MCPcopy Index your code
hub / github.com/clips/pattern / tearDown

Method tearDown

test/test_db.py:248–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

246 pass
247
248 def tearDown(self):
249 for table in self.db:
250 self.db.drop(table)
251
252 def test_escape(self):
253 # Assert str, unicode, int, long, float, bool and None field values.

Callers

nothing calls this directly

Calls 1

dropMethod · 0.80

Tested by

no test coverage detected