Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ tearDown
Method
tearDown
st2tests/st2tests/base.py:531–533 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
529
self._delete_files()
530
531
def
tearDown(self):
532
super(CleanFilesTestCase, self).tearDown()
533
self._delete_files()
534
535
def
_delete_files(self):
536
for
file_path in self.to_delete_files:
Callers
1
tearDown
Method · 0.45
Calls
1
_delete_files
Method · 0.95
Tested by
no test coverage detected