MCPcopy Create free account
hub / github.com/tensorflow/tfjs / tearDown

Method tearDown

tfjs-converter/python/test_pip_package.py:218–221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216 super(APIAndShellTest, self).setUp()
217
218 def tearDown(self):
219 if os.path.isdir(self._tmp_dir):
220 shutil.rmtree(self._tmp_dir)
221 super(APIAndShellTest, self).tearDown()
222
223 def testVersionString(self):
224 self.assertEqual(2, tfjs.__version__.count('.'))

Callers 1

tearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected