aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_verify.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_verify.py')
-rw-r--r--tests/test_verify.py4
1 files changed, 3 insertions, 1 deletions
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(