new-features #5
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ class Runner:
|
||||||
assert self.test_dir_name
|
assert self.test_dir_name
|
||||||
self.root_dir = Path(__file__).parent
|
self.root_dir = Path(__file__).parent
|
||||||
|
|
||||||
def run_setup(self):
|
def run_setups(self):
|
||||||
"""runs the setup scripts if available"""
|
"""runs the setup scripts if available"""
|
||||||
self._execute_test_list(self.setups)
|
self._execute_test_list(self.setups)
|
||||||
|
|
||||||
|
|
@ -44,7 +44,7 @@ class Runner:
|
||||||
"""runs the test scripts if available"""
|
"""runs the test scripts if available"""
|
||||||
self._execute_test_list(self.tests)
|
self._execute_test_list(self.tests)
|
||||||
|
|
||||||
def run_cleanup(self):
|
def run_cleanups(self):
|
||||||
"""runs the cleanup scripts if available"""
|
"""runs the cleanup scripts if available"""
|
||||||
self._execute_test_list(self.cleanups)
|
self._execute_test_list(self.cleanups)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue