mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Bankimport: Force re-annotation for badly parsed files
This commit is contained in:
@@ -15,7 +15,7 @@ class CsvImportTest(TestCase):
|
||||
with open(os.path.join(DATA_DIR, filename), 'rb') as f:
|
||||
data = csvimport.get_rows_from_file(f)
|
||||
self.assertEqual(data, expected)
|
||||
parsed = csvimport.parse(data, hint)
|
||||
parsed, good = csvimport.parse(data, hint)
|
||||
self.assertEqual(parsed, expected_parsed)
|
||||
|
||||
def test_sample_file_bbbank(self):
|
||||
|
||||
Reference in New Issue
Block a user