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

Function db_teardown

st2common/st2common/database_setup.py:61–65  ·  view source on GitHub ↗

Disconnects from the database.

()

Source from the content-addressed store, hash-verified

59
60
61def db_teardown():
62 """
63 Disconnects from the database.
64 """
65 return db.db_teardown()

Callers 9

teardownFunction · 0.90
teardownFunction · 0.90
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected