MCPcopy
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
29def 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

MongoTrialsClass · 0.90
TempMongoClass · 0.85
connection_stringMethod · 0.80

Tested by

no test coverage detected