|
DynamicConfig | dynamic_config (request, search_path, load_json, object_substitute, config_service_defaults, cache_invalidation_state) |
| Fixture that allows to control dynamic config values used by the service.
|
|
DynamicConfig | taxi_config (dynamic_config) |
| Deprecated, use dynamic_config instead.
|
|
typing.Dict[str, typing.Any] | dynamic_config_fallback_patch () |
| Override this fixture to replace some dynamic config values specifically for testsuite tests:
|
|
typing.Dict[str, typing.Any] | config_service_defaults (config_fallback_path, dynamic_config_fallback_patch) |
| Fixture that returns default values for dynamic config.
|
|
| userver_config_dynconf_cache (service_tmpdir) |
|
| userver_config_dynconf_fallback (pytestconfig, config_service_defaults, service_tmpdir) |
| 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, dynamic_config) |
| Adds a mockserver handler that forwards dynamic_config to service's dynamic-config-client component.
|
|
Supply dynamic configs for the service in testsuite.