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

Method setUp

st2tests/st2tests/base.py:527–529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

525 to_delete_directories = []
526
527 def setUp(self):
528 super(CleanFilesTestCase, self).setUp()
529 self._delete_files()
530
531 def tearDown(self):
532 super(CleanFilesTestCase, self).tearDown()

Callers

nothing calls this directly

Calls 2

_delete_filesMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected