python-dependency-injector/tests/unit/providers
Shubhendra Singh Chauhan 43eb15ed65
fix: code quality issues (#406)
* Refactor unnecessary `else` / `elif` when `if` block has a `return` statement

* Remove unused imports

* Use literal syntax to create data structure

* revert "remove unused import"
2021-02-25 09:44:15 -05:00
..
__init__.py Make some style fixes in tests 2016-11-04 16:13:21 +02:00
test_async_py36.py Async mode awaitable fix (#400) 2021-02-17 09:56:39 -05:00
test_base_py2_py3.py Add attributes forwarding for the `Dependency` provider 2021-02-18 17:49:23 -05:00
test_callables_py2_py3.py fix: code quality issues (#406) 2021-02-25 09:44:15 -05:00
test_configuration_py2_py3.py Configuration provider aliases (#397) 2021-02-15 09:11:39 -05:00
test_container_py2_py3.py Better error message for dependency provider (#395) 2021-02-13 09:16:38 -05:00
test_coroutines_py35.py fix: code quality issues (#406) 2021-02-25 09:44:15 -05:00
test_dict_py2_py3.py Add support of non-string keys for Dict provider 2020-11-20 17:30:42 -05:00
test_factories_py2_py3.py fix: code quality issues (#406) 2021-02-25 09:44:15 -05:00
test_injections_py2_py3.py Remove assertEquals from tests 2018-11-08 22:55:01 +02:00
test_list_py2_py3.py fix: code quality issues (#406) 2021-02-25 09:44:15 -05:00
test_provided_instance_py2_py3.py Add tests for .provided & .call() 2021-02-05 08:48:25 -05:00
test_resource_py35.py fix: code quality issues (#406) 2021-02-25 09:44:15 -05:00
test_selector_py2_py3.py Add tests for selector provider 2021-02-05 08:34:20 -05:00
test_singletons_py2_py3.py fix: code quality issues (#406) 2021-02-25 09:44:15 -05:00
test_traversal_py3.py Providers traversal (#385) 2021-02-01 09:42:21 -05:00
test_types_py36.py Move generic types test to separate module 2020-09-13 20:38:23 -04:00
test_utils_py2_py3.py Coroutine provider (#206) 2018-10-18 19:39:19 +03:00