Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(cz_customize): fix missing YAML test keys against JSON/TOML
> test_commit_parser[config2] - AssertionError: > assert '(?P<message>.*)' == '^(?P<change_...<message>.*)?' > test_changelog_pattern[config2] - AssertionError: > assert '.*' == '^(feature|bug fix)?(!)?' > test_change_type_map[config2] - AssertionError: > assert None == {'bug fix': 'Fix', 'feature': 'Feat'} Signed-off-by: Adrian DC <[email protected]>
- Loading branch information