Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
422
class
DbModelTestCase(DbTestCase):
Callers
15
_clear_config
Function · 0.80
reset
Function · 0.80
base.py
File · 0.80
test_inject_trigger_only_trigger_no_payload
Method · 0.80
test_inject_trigger_trigger_and_payload
Method · 0.80
test_next_execution
Method · 0.80
test_next_executions_empty
Method · 0.80
test_no_double_entries
Method · 0.80
test_no_processing_of_non_requested_actions
Method · 0.80
test_garbage_collection
Method · 0.80
test_processing_when_task_completed
Method · 0.80
test_failed_next_item
Method · 0.80
Calls
2
tearDownClass
Method · 0.45
setUpClass
Method · 0.45
Tested by
15
test_inject_trigger_only_trigger_no_payload
Method · 0.64
test_inject_trigger_trigger_and_payload
Method · 0.64
test_next_execution
Method · 0.64
test_next_executions_empty
Method · 0.64
test_no_double_entries
Method · 0.64
test_no_processing_of_non_requested_actions
Method · 0.64
test_garbage_collection
Method · 0.64
test_processing_when_task_completed
Method · 0.64
test_failed_next_item
Method · 0.64
test_cleanup_policy_delayed
Method · 0.64
test_populate_action_execution_id
Method · 0.64
reset_config
Method · 0.64