Skip to content

Commit

Permalink
tests: verify m3924 processing
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Nov 8, 2024
1 parent 9931c17 commit 716577e
Show file tree
Hide file tree
Showing 5 changed files with 1,037 additions and 2 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ def path_example_excel():
return os.path.join(TEST_DIR, "files/example.xlsx")


@pytest.fixture
def path_m3924_excel():
return os.path.join(TEST_DIR, "files/test-m3924.xlsx")


@pytest.fixture
def path_example_prepped_csv():
return os.path.join(TEST_DIR, "files/example_prepped.csv")
Expand Down
Loading

0 comments on commit 716577e

Please sign in to comment.