From 936e48f3cc9af93b8df4547170efaf41786489c8 Mon Sep 17 00:00:00 2001 From: phalberg Date: Sun, 9 Aug 2026 13:32:04 +0200 Subject: [PATCH] chore: dummy commit --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index ed27975..11bbb02 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -18,6 +18,7 @@ def fixture_dir(): @pytest.fixture def runner_setup(): runner = CliRunner() + # TODO: remove and perhaps add tmp_path to use instead? with runner.isolated_filesystem(): yield runner