aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-26 11:04:03 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-26 11:04:03 +0100
commit331e81b708328ad6bd6f19240db9fc40348a5b77 (patch)
treef13ad39a18edaa0ac59c87e9897cb50020bd8e1a /tests
parent232ab9ea69726ea22cff68323974fe038c0d5957 (diff)
downloadfuzzycat-331e81b708328ad6bd6f19240db9fc40348a5b77.tar.gz
fuzzycat-331e81b708328ad6bd6f19240db9fc40348a5b77.zip
add doi check
Diffstat (limited to 'tests')
-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 4ae1172..ebbb490 100644
--- a/tests/test_verify.py
+++ b/tests/test_verify.py
@@ -41,7 +41,7 @@ def test_compare():
pytest.fail("invalid test file, maybe missing a comma? {}".format(exc))
status, reason = compare(load_release_ident(a), load_release_ident(b))
if not expected_status or expected_status.lower() == "todo":
- logger.debug(
+ logger.warn(
"skipping test {base}/release/{a} {base}/release/{b} -- no result defined (we think {status}, {reason})"
.format(a=a, b=b, base=FATCAT_BASE_URL, status=status, reason=reason))
assert status == status, "status: want {}, got {} for {} {}".format(