MCPcopy
hub / github.com/django/django / setUp

Method setUp

tests/gis_tests/test_geoforms.py:431–434  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

429
430class OSMWidgetTest(SimpleTestCase):
431 def setUp(self):
432 self.geometries = {
433 "point": GEOSGeometry("SRID=4326;POINT(9.052734375 42.451171875)"),
434 }
435
436 def test_osm_widget(self):
437 class PointForm(forms.Form):

Callers

nothing calls this directly

Calls 1

GEOSGeometryClass · 0.90

Tested by

no test coverage detected