simpolify default path
This commit is contained in:
parent
766e7909d0
commit
d3e25c5052
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue