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

Method tearDownClass

st2common/tests/unit/test_db.py:113–117  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

111
112 @classmethod
113 def tearDownClass(cls):
114 # since tearDown discconnects, dropping the database in tearDownClass
115 # fails without establishing a new connection.
116 cls._establish_connection_and_re_create_db()
117 super().tearDownClass()
118
119 def test_check_connect(self):
120 """

Callers

nothing calls this directly

Tested by

no test coverage detected