Skip to content

Commit 4a02012

Browse files
committed
test(cz_customize): add missing YAML configuration file tests
Signed-off-by: Adrian DC <radian.dc@gmail.com>
1 parent b39b067 commit 4a02012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cz_customize.py

Lines changed: 1 addition & 0 deletions
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)