Supply dynamic configs for the service in testsuite.
|
dynconf.DynamicConfig | dynamic_config (request, search_path, object_substitute, cache_invalidation_state, _dynamic_config_defaults_storage, config_service_defaults, dynamic_config_changelog, _dynconf_load_json_cached, dynconf_cache_names) |
| Fixture that allows to control dynamic config values used by the service.
|
|
Iterable[str] | dynconf_cache_names () |
|
| _dynconf_json_cache () |
|
| _dynconf_load_json_cached (json_loads, _dynconf_json_cache) |
|
dynconf.DynamicConfig | taxi_config (dynamic_config) |
| Deprecated, use dynamic_config instead.
|
|
dynconf.ConfigValuesDict | dynamic_config_fallback_patch () |
| Override this fixture to replace some dynamic config values specifically for testsuite tests:
|
|
dynconf.ConfigValuesDict | config_service_defaults (config_fallback_path, dynamic_config_fallback_patch) |
| Fixture that returns default values for dynamic config.
|
|
_ConfigDefaults | _dynamic_config_defaults_storage () |
|
| userver_config_dynconf_cache (service_tmpdir) |
| Returns a function that adjusts the static configuration file for the testsuite.
|
|
| userver_config_dynconf_fallback (config_service_defaults) |
| Returns a function that adjusts the static configuration file for the testsuite.
|
|
| userver_config_dynconf_url (mockserver_info) |
| Returns a function that adjusts the static configuration file for the testsuite.
|
|
None | mock_configs_service (mockserver, dynconf.DynamicConfig dynamic_config, dynconf._Changelog dynamic_config_changelog) |
| Adds a mockserver handler that forwards dynamic_config to service's dynamic-config-client component.
|
|
| _userver_dynconfig_cache_control (dynconf._Changelog dynamic_config_changelog) |
|
Callable[[], None] | _check_config_marks (request, _dynamic_config_defaults_storage) |
|