-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernize test_make_live_ocean_files (#288)
* Change NowcastWorker mock to pytest fixture Test suite maintenance. re: issue #81 * Replace patch w/ pytest.fixture in test_make_live_ocean_files Replaced `patch` decorators with a pytest fixture to mock `create_LiveOcean_TS_BCs`. This improves test clarity and ensures the mock is applied only where necessary. Also adjusted test assertions to use the correct filepath.
- Loading branch information
1 parent
f0cf475
commit 189a9e3
Showing
2 changed files
with
47 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters