MCPcopy Create free account
hub / github.com/StackStorm/st2 / setUpClass

Method setUpClass

st2tests/st2tests/base.py:188–195  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

186
187 @classmethod
188 def setUpClass(cls):
189 eventlet.monkey_patch(
190 os=True,
191 select=True,
192 socket=True,
193 thread=False if "--use-debugger" in sys.argv else True,
194 time=True,
195 )
196
197 @classmethod
198 def tearDownClass(cls):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected