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"