aboutsummaryrefslogtreecommitdiff
path: root/tests/test___init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test___init__.py')
-rw-r--r--tests/test___init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test___init__.py b/tests/test___init__.py
index f97e166..4beeb91 100644
--- a/tests/test___init__.py
+++ b/tests/test___init__.py
@@ -92,6 +92,7 @@ def test_parse_trailers(source, expected):
('custody', {}, {'addmysob': True, 'copyccs': True}, 'unordered', {}),
('custody', {}, {'addmysob': True, 'copyccs': True}, 'ordered',
{'trailer-order': 'Cc,Fixes*,Link*,Suggested*,Reviewed*,Tested*,*'}),
+ ('partial-reroll', {}, {'addmysob': True}, 'defaults', {}),
])
def test_followup_trailers(source, serargs, amargs, reference, b4cfg):
b4.USER_CONFIG = {