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

Method setUpClass

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

Source from the content-addressed store, hash-verified

216
217 @classmethod
218 def setUpClass(cls):
219 tests_config.parse_args()
220
221 if cls.DISPLAY_LOG_MESSAGES:
222 config_path = os.path.join(BASE_DIR, "../conf/logging.conf")
223 logging.config.fileConfig(config_path, disable_existing_loggers=False)
224
225 @classmethod
226 def _establish_connection_and_re_create_db(cls):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected