remove show_files function
This commit is contained in:
parent
6bceee946a
commit
7655373945
1 changed files with 0 additions and 3 deletions
|
|
@ -82,9 +82,6 @@ class Runner:
|
||||||
|
|
||||||
pytest.main(command_arguments)
|
pytest.main(command_arguments)
|
||||||
|
|
||||||
def show_files(self):
|
|
||||||
ic(list(self.root_dir.glob("*")))
|
|
||||||
|
|
||||||
def run_tests(self):
|
def run_tests(self):
|
||||||
self._check_dependencies()
|
self._check_dependencies()
|
||||||
self._run_main_test()
|
self._run_main_test()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue