We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1884bd commit b31f5f7Copy full SHA for b31f5f7
1 file changed
tests/test_cz_customize.py
@@ -321,6 +321,7 @@
321
params=[
322
TomlConfig(data=TOML_STR, path="not_exist.toml"),
323
JsonConfig(data=JSON_STR, path="not_exist.json"),
324
+ YAMLConfig(data=YAML_STR, path="not_exist.yaml"),
325
]
326
)
327
def config(request):
0 commit comments