From 1bb13300d867e7af7de36dcfaca5833a711cdf06 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 22 Nov 2016 10:21:14 +0100 Subject: Importers: many fixes with python3 --- chimere/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'chimere/tests.py') diff --git a/chimere/tests.py b/chimere/tests.py index e9f8e1f..819782a 100644 --- a/chimere/tests.py +++ b/chimere/tests.py @@ -194,6 +194,7 @@ class ImporterTest: class KMLImporterTest(TestCase, ImporterTest): def setUp(self): subcategories = subcategory_setup() + importer1 = Importer.objects.create( importer_type='KML', source=test_dir_path + 'tests/sample.kml', -- cgit v1.2.3