simpolify default path

This commit is contained in:
Daniel 2023-12-11 22:44:55 +01:00
parent 766e7909d0
commit d3e25c5052

View file

@ -31,7 +31,7 @@ class Runner:
tests: list[Test] = [] tests: list[Test] = []
cleanups: list[Test] = [] cleanups: list[Test] = []
dependencies: list[str] = [] dependencies: list[str] = []
_tests_path: Path = Path("undefined") _tests_path: Path = Path()
def __init__(self, coordinator: "Coordinator", runner_index: int): def __init__(self, coordinator: "Coordinator", runner_index: int):
self.coordinator = coordinator self.coordinator = coordinator