aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_verify.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-09 22:23:52 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-09 22:23:52 +0100
commit5c9210b99f8db9686e3f2cefe34df3d512f692de (patch)
tree15c6d5ae820adb766cd5688d4bb2d08231eaed8e /tests/test_verify.py
parent0604a8e01f8e18ece68c903201ed79c1433d88d6 (diff)
downloadfuzzycat-5c9210b99f8db9686e3f2cefe34df3d512f692de.tar.gz
fuzzycat-5c9210b99f8db9686e3f2cefe34df3d512f692de.zip
add subdoc case
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(