aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_verify.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-01 23:09:00 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-01 23:09:00 +0100
commit8183e792ae122ae66b66299da1948697ae296ac7 (patch)
tree53d24af28488737e639ef3f05efa55f7dc07c1d7 /tests/test_verify.py
parent27e6e0b07b091cd0dd3e66a01ebed846dc9e9f50 (diff)
downloadfuzzycat-8183e792ae122ae66b66299da1948697ae296ac7.tar.gz
fuzzycat-8183e792ae122ae66b66299da1948697ae296ac7.zip
add another case
Diffstat (limited to 'tests/test_verify.py')
-rw-r--r--tests/test_verify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_verify.py b/tests/test_verify.py
index d740c06..a80dcda 100644
--- a/tests/test_verify.py
+++ b/tests/test_verify.py
@@ -50,5 +50,6 @@ def test_compare():
expected_status, status, a, b)
if expected_reason:
assert expected_reason.lower() == reason.lower(
- ), "reason [{} {}]: want {}, got {}".format(a, b, expected_reason, reason)
+ ), "reason [{base}release/{a} {base}release/{b}]: want {reason}, got {expected_reason}".format(
+ base=FATCAT_BASE_URL, a=a, b=b, expected_reason=expected_reason, reason=reason)
logger.info("ran verification over {} cases (https://git.io/JkDgS)".format(i))