Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

MAINT: Move test data files to a dedicated folder inside test folder #236

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/eddymotion/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
test_output_dir = os.getenv("TEST_OUTPUT_DIR")
test_workdir = os.getenv("TEST_WORK_DIR")

_datadir = (Path(__file__).parent.parent / "eddymotion" / "data").absolute()
_datadir = (Path(__file__).parent.parent.parent / "test" / "data").absolute()


def pytest_report_header(config):
Expand Down
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
test_output_dir = os.getenv("TEST_OUTPUT_DIR")
test_workdir = os.getenv("TEST_WORK_DIR")

_datadir = (Path(__file__).parent.parent / "src" / "eddymotion" / "data").absolute()
_datadir = (Path(__file__).parent / "data").absolute()


def pytest_report_header(config):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.