From d3e25c5052bd717f2767113e30a6833a96dd733e Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 11 Dec 2023 22:44:55 +0100 Subject: [PATCH] simpolify default path --- pytest_abra/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_abra/runner.py b/pytest_abra/runner.py index 894283c..c9eb650 100644 --- a/pytest_abra/runner.py +++ b/pytest_abra/runner.py @@ -31,7 +31,7 @@ class Runner: tests: list[Test] = [] cleanups: list[Test] = [] dependencies: list[str] = [] - _tests_path: Path = Path("undefined") + _tests_path: Path = Path() def __init__(self, coordinator: "Coordinator", runner_index: int): self.coordinator = coordinator