MCPcopy 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

tearDownMethod · 0.45

Calls 1

_delete_filesMethod · 0.95

Tested by

no test coverage detected