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

Method tearDown

test/test_vector.py:180–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 self.path = "test_document2.txt"
179
180 def tearDown(self):
181 if os.path.exists(self.path):
182 os.remove(self.path)
183
184 def test_stopwords(self):
185 # Assert common stop words.

Callers

nothing calls this directly

Calls 2

existsMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected