MCPcopy Create free account
hub / github.com/ipython/ipython / tearDown

Method tearDown

IPython/core/tests/test_completerlib.py:46–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 os.chdir(self.BASETESTDIR)
45
46 def tearDown(self):
47 os.chdir(self.oldpath)
48 shutil.rmtree(self.BASETESTDIR)
49
50 def test_1(self):
51 """Test magic_run_completer, should match two alternatives

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected