remove old setup routine in runner

This commit is contained in:
Daniel 2023-11-24 23:34:16 +01:00
parent 772bc1b94a
commit 3b7c56a5b3
3 changed files with 0 additions and 13 deletions

View file

@ -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: