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

Method test_startup_ipy

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

Source from the content-addressed store, hash-verified

111
112 @dec.skipif(win32_without_pywin32(), "Test requires pywin32 on Windows")
113 def test_startup_ipy(self):
114 self.init('00-start.ipy', '%xmode plain\n', '')
115 self.validate('Exception reporting mode: Plain')
116
117
118def test_list_profiles_in():

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
validateMethod · 0.95

Tested by

no test coverage detected