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

Method validate

IPython/core/tests/test_profile.py:104–105  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

102 f.write(test)
103
104 def validate(self, output):
105 tt.ipexec_validate(self.fname, output, '', options=self.options)
106
107 @dec.skipif(win32_without_pywin32(), "Test requires pywin32 on Windows")
108 def test_startup_py(self):

Callers 2

test_startup_pyMethod · 0.95
test_startup_ipyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected