Skip to content

Commit 445c01f

Browse files
committed
test(cz_customize): add missing YAML configuration file tests
Signed-off-by: Adrian DC <[email protected]>
1 parent 01fd042 commit 445c01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/test_cz_customize.py

+1
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
321321
params=[
322322
TomlConfig(data=TOML_STR, path="not_exist.toml"),
323323
JsonConfig(data=JSON_STR, path="not_exist.json"),
324+
YAMLConfig(data=YAML_STR, path="not_exist.yaml"),
324325
]
325326
)
326327
def config(request):

0 commit comments

Comments
 (0)