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

Method tearDown

IPython/core/tests/test_profile.py:91–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 self.fname = os.path.join(TMP_TEST_DIR, 'test.py')
90
91 def tearDown(self):
92 # We must remove this profile right away so its presence doesn't
93 # confuse other tests.
94 shutil.rmtree(self.pd.location)
95
96 def init(self, startup_file, startup, test):
97 # write startup python file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected