test_register_option(test_ini_directory, test_config, monkeypatch)
|
|
test_register_options(test_ini_directory, test_config, monkeypatch)
|
|
test_register_options_in_group(test_ini_directory, test_config, monkeypatch)
|
|
test_register_same_option_name_with_different_params(test_config)
|
|
test_register_same_option_name_with_same_params(test_config)
|
|
test_default_options(test_ini_directory, test_config, monkeypatch)
|
|
test_option_precedence(test_ini_directory, test_config, monkeypatch)
|
|
test_option_value_caching(test_config, monkeypatch)
|
|
test_option_value_cache_flush(test_config, monkeypatch)
|
|
test_custom_config_namespace(test_env, test_group, test_expression, monkeypatch)
|
|