-
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit 5a5ae74
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 <radian.dc@gmail.com>1 parent 94642be commit 5a5ae74
1 file changed
+5
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
113 | 118 |
| |
114 | 119 |
| |
115 | 120 |
| |
|
0 commit comments