aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_datacite.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/import_datacite.py')
-rw-r--r--python/tests/import_datacite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/import_datacite.py b/python/tests/import_datacite.py
index 881452ed..9ee479e8 100644
--- a/python/tests/import_datacite.py
+++ b/python/tests/import_datacite.py
@@ -297,7 +297,7 @@ def test_datacite_conversions(datacite_importer):
with open(dst, 'r') as f:
expected = json.loads(f.read())
- assert result == expected
+ assert result == expected, 'output mismatch in {}'.format(dst)
def test_index_form_to_display_name():
Case = collections.namedtuple('Case', 'input output')