Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ wrapper
Function
wrapper
hyperopt/tests/integration/test_mongoexp.py:30–31 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
28
29
def
skiptest(f):
30
def
wrapper(*args, **kwargs):
31
raise
nose.plugins.skip.SkipTest()
32
33
wrapper.__name__ = f.__name__
34
return
wrapper
Callers
nothing calls this directly
Calls
3
MongoTrials
Class · 0.90
TempMongo
Class · 0.85
connection_string
Method · 0.80
Tested by
no test coverage detected