python-dependency-injector/tests/typing
Roman Mogylatov d74e8248a1
Required config options and strict mode (#360)
* Add strict mode + tests

* Add .required() for configuration option

* Add wiring tests for required() modifier

* Add wiring support

* Add tests for defined None values in required/strict mode

* Add docs

* Update changelog

* Update example doc block
2021-01-16 08:53:40 -05:00
..
callable.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
configuration.py Required config options and strict mode (#360) 2021-01-16 08:53:40 -05:00
container.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
coroutine.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
declarative_container.py Add dependencies attribute to declarative and dynamic containers (#359) 2021-01-15 07:20:37 -05:00
delegate.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
dependencies_container.py Add extra typing test for provided instance of `DependenciesContainer` provider 2020-11-20 12:25:35 -05:00
dependency.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
dict.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
dynamic_container.py Add dependencies attribute to declarative and dynamic containers (#359) 2021-01-15 07:20:37 -05:00
factory.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
list.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
object.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
provider.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
resource.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
selector.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
singleton.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00