MCPcopy Index your code
hub / github.com/StackStorm/st2 / reset

Method reset

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

Source from the content-addressed store, hash-verified

415
416 @classmethod
417 def reset(cls):
418 cls.tearDownClass()
419 cls.setUpClass()
420
421
422class DbModelTestCase(DbTestCase):

Calls 2

tearDownClassMethod · 0.45
setUpClassMethod · 0.45