From 03aea08e2ce2ecabcebb618ee9f6d18a909c41d4 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Thu, 1 Sep 2022 12:47:53 -0400 Subject: tests: test partial reroll correctness When rerolling partial series, check that the trailers are applied correctly. Signed-off-by: Konstantin Ryabitsev --- tests/test___init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test___init__.py') 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 = { -- cgit v1.2.3