Commit Graph

5 Commits

Author SHA1 Message Date
Jakub Stasiak ae39af0ad8 Simplify pytest configuration
It seems to be doing fine on its own.

As a bonus this restores running doctests from the injector source code
which I broke when I made it a package (code in injector/__init__.py)
instead of a simple module. *But* we need to start skipping running
doctests for get_bindings on Python versions that don't support
Annotated (or don't support it well enough).
2019-12-10 02:00:19 +01:00
Jakub Stasiak b0457d39e4 Calculate test coverage 2019-04-28 11:18:36 +02:00
Alec Thomas 7c1aa98aea Add support for using Py3 annotations in lieu of @inject. 2013-08-08 23:11:06 -04:00
Jakub Stasiak 4672094212 Tune pytest.ini, this fixes Travis build 2013-07-16 00:39:40 +01:00
Alec Thomas 5edf27ee5f Support stacked @inject decorators. Release 0.7.4.
Fixes #24.
2013-07-11 10:26:24 -04:00