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

Method tearDown

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

Source from the content-addressed store, hash-verified

76 self.db.query("CREATE TABLE person (name text, email text, active boolean)")
77
78 def tearDown(self):
79 self.db.query("DROP TABLE IF EXISTS person")
80 self.db.query("DROP TABLE IF EXISTS mi")
81 self.db.ctx.db.close()
82
83 def _testable(self):
84 try:

Callers 1

tearDownMethod · 0.45

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected