python-dependency-injector/tests/unit/providers
Roman Mogylatov 2e940adb50
Typing stubs (#286)
* Add basic setup

* Add more tests for factory

* Add mypy checks to CI

* Add mypy checks to makefile command

* Add typing for the factories

* Add stub for Callable providers

* Add typing module and object provider stubs

* Fix typing test issue

* Remove typing module

* Add Delegate stub

* Add stub for Dependency provider

* Add stub for ExternalDependency

* Add stubs for providers module functions

* Add stubs for the DependenciesContainer provider

* Add stub for the CallableDelegate provider

* Add stubs for Coroutine providers

* Add stubs for the configuration options

* Add stub for the FactoryDelegate

* Add stub for the FactoryAggregate provider

* Add singleton stubs

* Add stubs for singletons

* Add stub for the List provider

* Add stub for the Container provider

* Add stub for the Selector provider

* Add stubs for the dynamic container

* Add stub for the declarative container

* Add stubs for the extensions

* Add types module for explicit provider typing

* Set absolute import mode for the providers module and add types module test

* Skip typing test for Python 3.5

* Remove coroutine test from py35

* Fix py35 tests

* Add \n to the tox.ini
2020-08-26 22:24:20 -04:00
..
__init__.py Make some style fixes in tests 2016-11-04 16:13:21 +02:00
test_base_py2_py3.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
test_callables_py2_py3.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
test_configuration_py2_py3.py Configuration option typed injections (#284) 2020-08-24 13:34:47 -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 Provided attributes (#282) 2020-08-20 21:52:12 -04:00
test_injections_py2_py3.py Remove assertEquals from tests 2018-11-08 22:55:01 +02:00
test_list_py2_py3.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
test_provided_instance_py2_py3.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
test_selector_py2_py3.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
test_singletons_py2_py3.py Provided attributes (#282) 2020-08-20 21:52:12 -04:00
test_types_py36.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
test_utils_py2_py3.py Coroutine provider (#206) 2018-10-18 19:39:19 +03:00