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

Method setUp

IPython/testing/iptestcontroller.py:52–58  ·  view source on GitHub ↗

Create temporary directories etc. This is only called when we know the test group will be run. Things created here may be cleaned up by self.cleanup().

(self)

Source from the content-addressed store, hash-verified

50 self.dirs = []
51
52 def setUp(self):
53 """Create temporary directories etc.
54
55 This is only called when we know the test group will be run. Things
56 created here may be cleaned up by self.cleanup().
57 """
58 pass
59
60 def launch(self, buffer_output=False, capture_output=False):
61 # print('*** ENV:', self.env) # dbg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected