From c1059b97772e91468edbcacab6bd830ca1ffaa81 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Oct 2021 14:04:46 -0700 Subject: remove reundant temporary test code --- tests/test_grobid2json.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/test_grobid2json.py b/tests/test_grobid2json.py index e970868..7ee423c 100644 --- a/tests/test_grobid2json.py +++ b/tests/test_grobid2json.py @@ -12,9 +12,6 @@ def test_small_xml(): with open('tests/files/small.json', 'r') as f: json_form = json.loads(f.read()) - parsed = teixml2json(tei_xml) - for i in range(len(parsed['citations'])): - assert parsed['citations'][i] == json_form['citations'][i] assert teixml2json(tei_xml) == json_form def test_invalid_xml(): -- cgit v1.2.3