python-dependency-injector/examples/providers/configuration
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
..
config.ini Add configuration provider docs 2020-06-25 17:12:16 -04:00
config.local.yml Add configuration provider docs 2020-06-25 17:12:16 -04:00
config.yml Add configuration provider docs 2020-06-25 17:12:16 -04:00
configuration_dict.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_env.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_ini.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_itemselector.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_multiple.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_required.py Required config options and strict mode (#360) 2021-01-16 08:53:40 -05:00
configuration_strict.py Required config options and strict mode (#360) 2021-01-16 08:53:40 -05:00
configuration_type_custom.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_type.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration_yaml.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
configuration.py Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00