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

Method tearDown

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

Source from the content-addressed store, hash-verified

789 pass
790
791 def tearDown(self):
792 # Drop test tables.
793 for table in self.db:
794 self.db.drop(table)
795
796 def test_view(self):
797

Callers 1

runFunction · 0.45

Calls 1

dropMethod · 0.80

Tested by

no test coverage detected