From 5c9210b99f8db9686e3f2cefe34df3d512f692de Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 9 Dec 2020 22:23:52 +0100 Subject: add subdoc case --- tests/test_verify.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test_verify.py') diff --git a/tests/test_verify.py b/tests/test_verify.py index 5a60326..e3e05ad 100644 --- a/tests/test_verify.py +++ b/tests/test_verify.py @@ -38,7 +38,9 @@ def test_compare(): try: a, b, expected_status, expected_reason = row except ValueError as exc: - pytest.fail("invalid test file, maybe too many (or few) commas in row {}? {}".format(i + 1, exc)) + pytest.fail( + "invalid test file, maybe too many (or few) commas in row {}? {}".format( + i + 1, exc)) status, reason = compare(load_release_ident(a), load_release_ident(b)) if not expected_status or expected_status.lower() == "todo": logger.warning( -- cgit v1.2.3