Loading django/contrib/gis/tests/inspectapp/tests.py +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ from .models import AllOGRFields class OGRInspectTest(TestCase): maxDiff = 1024 def test_poly(self): shp_file = os.path.join(TEST_DATA, 'test_poly', 'test_poly.shp') model_def = ogrinspect(shp_file, 'MyModel') Loading Loading
django/contrib/gis/tests/inspectapp/tests.py +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ from .models import AllOGRFields class OGRInspectTest(TestCase): maxDiff = 1024 def test_poly(self): shp_file = os.path.join(TEST_DATA, 'test_poly', 'test_poly.shp') model_def = ogrinspect(shp_file, 'MyModel') Loading