python-dependency-injector/tests/unit/providers/configuration
Roman Mogylatov 753e863d02
Add `Configuration.from_json()` method (#602)
* Add implementation and tests

* Refactor naming in configuration fixtures

* Add typing for .from_json()

* Move get/set_ini_files() methods upper

* Add init implementation and tests

* Refactor typing tests

* Add examples

* Add docs

* Update docs index and readme

* Update changelog
2022-07-10 21:08:45 -04:00
..
__init__.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
conftest.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
test_config_linking_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_config_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_from_dict_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_from_env_py2_py3.py Add config.from_env(as_=...) (#541) 2021-12-20 23:46:51 +01:00
test_from_ini_py2_py3.py Configuration(yaml_files=[...]) (#522) 2021-10-23 21:46:50 -04:00
test_from_ini_with_env_py2_py3.py Configuration(yaml_files=[...]) (#522) 2021-10-23 21:46:50 -04:00
test_from_json_py2_py3.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
test_from_json_with_env_py2_py3.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
test_from_pydantic_py36.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_from_value_py2_py3.py Pytest migration (#519) 2021-10-18 16:19:03 -04:00
test_from_yaml_py2_py3.py Configuration(yaml_files=[...]) (#522) 2021-10-23 21:46:50 -04:00
test_from_yaml_with_env_py2_py3.py Configuration(yaml_files=[...]) (#522) 2021-10-23 21:46:50 -04:00
test_ini_files_in_init_py2_py3.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
test_json_files_in_init_py2_py3.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
test_pydantic_settings_in_init_py36.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
test_yaml_files_in_init_py2_py3.py Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00