From 6d693977a4984e9292b268f7c7901a604c4d5917 Mon Sep 17 00:00:00 2001 From: Julia Schessner Date: Fri, 13 Sep 2024 11:42:53 +0200 Subject: [PATCH] TODO fixtures --- tests/gui/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gui/conftest.py b/tests/gui/conftest.py index 235fe689..b4f953bd 100644 --- a/tests/gui/conftest.py +++ b/tests/gui/conftest.py @@ -4,6 +4,7 @@ from alphastats import DataSet from io import BytesIO +# TODO: Turn the helpers into fixtures APP_FOLDER = Path(__file__).parent / "../../alphastats/gui/" TEST_INPUT_FILES_PATH = APP_FOLDER / "../../testfiles"