MCPcopy Create free account
hub / github.com/webpy/webpy / tearDown

Method tearDown

tests/test_db.py:228–230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

226 )
227
228 def tearDown(self):
229 self.db.query("DROP TABLE IF EXISTS post")
230 super().tearDown()
231
232 def test_limit_with_unsafe_value(self):
233 db = self.db

Callers

nothing calls this directly

Calls 2

queryMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected