python-dependency-injector/tests/unit/providers
Roman Mogylatov e0d81c2d28
Aiohttp integration (#270)
* Add aiohttp extension module

* Add giphynav-aiohttp app

* Add missing docstrings

* Remove print() call

* Remove not needed import from flask extension tests

* Improve coroutine provider tests

* Add aiohttp extension tests

* Update tox.ini

* Add aiohttp extras

* Try fix Python 3.4 tests

* Try fix 3.6 tests

* Stop running coroutine tests for Python 3.4

* Rename tests

* Remove type hints

* Fix pypy and change python version for coverage job to 3.8

* Fix coveralls job

* Try fix Python 3.4, 3.5 tests

* Make coverage job to run 3.5+ tests

* Add tests

* Add readme

* Update the readmes

* Add API docs

* Add API docs page

* Update changelog
2020-07-28 19:19:05 -04:00
..
__init__.py Make some style fixes in tests 2016-11-04 16:13:21 +02:00
test_base_py2_py3.py Dependency provider issue with abc (#267) 2020-07-22 12:14:26 -04:00
test_callables_py2_py3.py Copying providers with sys stream injections (#211) 2018-12-22 20:37:53 +02:00
test_configuration_py2_py3.py Add interpolation of environment variables for Configuration provider 2020-06-25 23:16:19 -04:00
test_container_py2_py3.py Container provider (#256) 2020-06-22 22:45:16 -04:00
test_coroutines_py35.py Aiohttp integration (#270) 2020-07-28 19:19:05 -04:00
test_factories_py2_py3.py FactoryAggregate copying issue fix (#220) 2019-05-09 14:58:04 -04:00
test_injections_py2_py3.py Remove assertEquals from tests 2018-11-08 22:55:01 +02:00
test_list_py2_py3.py List provider (#251) 2020-06-14 17:32:12 -04:00
test_selector_py2_py3.py Selector provider (#258) 2020-06-29 16:32:12 -04:00
test_singletons_py2_py3.py Bugfix thread local singleton reset (#218) 2019-03-21 22:04:20 -04:00
test_utils_py2_py3.py Coroutine provider (#206) 2018-10-18 19:39:19 +03:00