From 331e81b708328ad6bd6f19240db9fc40348a5b77 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 26 Nov 2020 11:04:03 +0100 Subject: add doi check --- tests/test_verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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( -- cgit v1.2.3