python-dependency-injector/tests/unit/containers
Roman Mogylatov 839a319831
Better error message for dependency provider (#395)
* Add prototype for flat resolving

* Add working prototype for sample 1 and 3

* Add working prototype, requires deep refactoring

* Update DependenciesContainer to handle Contrainer provider

* Fix Dependency provider copying issue

* Add hardening fix for Self provider to avoid copying bugs

* Fix flaky container copy issue

* Rename set_parent() to assign_parent()

* Refactor Dependency provider and its typing stub

* Add tests for Dependency provider

* Update makefile to run coverage when tests fail

* Clean up DependenciesContainer provider and add tests

* Clean up Container provider and add tests

* Clean up container instance and add tests

* Refactor isinstance() checks

* Clean up DeclarativeContainer and add tests

* Update docs and examples

* Update changelog

* Revoke makefile change
2021-02-13 09:16:38 -05:00
..
__init__.py Update project structure 2016-11-04 13:06:47 +02:00
test_declarative_py2_py3.py Better error message for dependency provider (#395) 2021-02-13 09:16:38 -05:00
test_dynamic_async_resources_py36.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
test_dynamic_py2_py3.py Better error message for dependency provider (#395) 2021-02-13 09:16:38 -05:00
test_traversal_py3.py Providers traversal (#385) 2021-02-01 09:42:21 -05:00
test_types_py36.py Add container base class 2021-02-03 15:36:37 -05:00