MCPcopy Create free account
hub / github.com/MapServer/MapServer / setUp

Method setUp

mapscript/python/tests/cases/hashtest.py:130–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128class WebMetadataTestCase(MapTestCase, HashTableBaseTestCase):
129
130 def setUp(self):
131 MapTestCase.setUp(self)
132 self.table = self.map.web.metadata
133
134 def tearDown(self):
135 MapTestCase.tearDown(self)

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected