mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-10-26 21:51:01 +03:00
* Add coroutine provider examples * Add coroutine provier * Update changelog * Update static analysis travis jobs to python 3.7 * Update coroutine provider implementation for python 3.4 * Update static analysis travis jobs to python 3.6 * Make pycode style happy * Add tests for coroutine providers * Make coroutine tests python 2 syntax friendly * Split tests to python2 and python3 * Refactor coroutine provider tests * Modify pypy tests running command * Update coroutine provider docs |
||
|---|---|---|
| .. | ||
| abstract_factory | ||
| factory_aggregate | ||
| callable_args.py | ||
| callable_kwargs.py | ||
| coroutine_async_await.py | ||
| coroutine.py | ||
| custom_factory.py | ||
| dependency.py | ||
| factory_delegation.py | ||
| factory_init_injections.py | ||
| factory_provided_type.py | ||
| factory.py | ||
| object.py | ||
| overriding_simple.py | ||
| overriding_users_model.py | ||
| singleton_provided_type.py | ||
| singleton_reseting.py | ||
| singleton_thread_locals.py | ||
| singleton.py | ||