Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_win32
Function
test_win32
IPython/testing/tests/test_decorators.py:158–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
157
@dec.skip_win32
158
def
test_win32():
159
nt.assert_not_equal(sys.platform,
'win32'
,
"This test can't run under windows"
)
160
161
@dec.skip_osx
162
def
test_osx():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected