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

Method tearDown

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

Source from the content-addressed store, hash-verified

606 self.db.gender.insert(name="male")
607
608 def tearDown(self):
609 # Drop test tables.
610 for table in self.db:
611 self.db.drop(table)
612
613 def _query(self, *args, **kwargs):
614 """ Returns a pattern.db.Query object on a mock Table and Database.

Callers

nothing calls this directly

Calls 1

dropMethod · 0.80

Tested by

no test coverage detected