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