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

Method test_startup_py

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

Source from the content-addressed store, hash-verified

106
107 @dec.skipif(win32_without_pywin32(), "Test requires pywin32 on Windows")
108 def test_startup_py(self):
109 self.init('00-start.py', 'zzz=123\n', 'print(zzz)\n')
110 self.validate('123')
111
112 @dec.skipif(win32_without_pywin32(), "Test requires pywin32 on Windows")
113 def test_startup_ipy(self):

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
validateMethod · 0.95

Tested by

no test coverage detected