Skip to content

Commit

Permalink
tests: m3924 forecast
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Nov 8, 2024
1 parent 716577e commit d00d016
Show file tree
Hide file tree
Showing 4 changed files with 1,027 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def path_m3924_excel():
def path_example_prepped_csv():
return os.path.join(TEST_DIR, "files/example_prepped.csv")

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


@pytest.fixture
def path_example_forecast_csv():
Expand Down
Loading

0 comments on commit d00d016

Please sign in to comment.