Add test case for blacklisted branch master

Improve code coverage
This commit is contained in:
David Paz 2022-07-17 11:34:39 +02:00
parent 3575cf7c02
commit 17820d7d83
No known key found for this signature in database
GPG key ID: 6600CC47B1C1B063

View file

@ -26,6 +26,12 @@ TESTS = (
'test', # this should not trigger anything
'prepare_commit_msg_prepend.j2',
),
(
b'',
b'',
'master', # this should not trigger anything
'prepare_commit_msg_prepend.j2',
),
(
b'',
b'[1.0.0] ',