remove old setup routine in runner
This commit is contained in:
parent
772bc1b94a
commit
3b7c56a5b3
3 changed files with 0 additions and 13 deletions
|
|
@ -84,9 +84,6 @@ class Runner:
|
|||
def show_files(self):
|
||||
ic(list(self.root_dir.glob("*")))
|
||||
|
||||
def run_setup(self):
|
||||
pass
|
||||
|
||||
def run_tests(self):
|
||||
self._run_main_test()
|
||||
for sub_test in self.sub_tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue