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

Function test_linux

IPython/testing/tests/test_decorators.py:154–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152
153@dec.skip_linux
154def test_linux():
155 nt.assert_false(sys.platform.startswith('linux'),"This test can't run under linux")
156
157@dec.skip_win32
158def test_win32():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected