aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_verify.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-09 14:04:46 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-09 14:04:46 +0100
commitb1118bb87efef2d4a5f252ced53f1c59246fec8e (patch)
tree5f6a4837df42b3c0e66087f3fd0954e81f303e12 /tests/test_verify.py
parent3c7378e89687846fe7701212ba90194686990695 (diff)
downloadfuzzycat-b1118bb87efef2d4a5f252ced53f1c59246fec8e.tar.gz
fuzzycat-b1118bb87efef2d4a5f252ced53f1c59246fec8e.zip
add two more cases
Diffstat (limited to 'tests/test_verify.py')
-rw-r--r--tests/test_verify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_verify.py b/tests/test_verify.py
index 75b1190..5a60326 100644
--- a/tests/test_verify.py
+++ b/tests/test_verify.py
@@ -38,7 +38,7 @@ def test_compare():
try:
a, b, expected_status, expected_reason = row
except ValueError as exc:
- pytest.fail("invalid test file, maybe missing a comma? {}".format(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(