remove show_files function

This commit is contained in:
Daniel 2023-11-24 23:40:27 +01:00
parent 6bceee946a
commit 7655373945

View file

@ -82,9 +82,6 @@ class Runner:
pytest.main(command_arguments)
def show_files(self):
ic(list(self.root_dir.glob("*")))
def run_tests(self):
self._check_dependencies()
self._run_main_test()