Skip to content

Commit

Permalink
Merge pull request #236 from jhlegarreta/MoveActualDataOutsideSrc
Browse files Browse the repository at this point in the history
MAINT: Move test data files to a dedicated folder inside `test` folder
  • Loading branch information
oesteban authored Oct 23, 2024
2 parents a61c5e1 + 63d64ab commit 7414275
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7414275

Please sign in to comment.