Skip to content

Commit

Permalink
update DEVELOPER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 6, 2022
1 parent 7650894 commit 1c9e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Tests should follow a few conventions for ease of use and maintenance.

#### Temporary directories

Tests which must write to disk should use `pytest`'s built-in `temp_dir` fixture or one of the scoped temporary directory fixtures defined in `conftest.py` (the latter are part of this package's public API and so are tested in `modflow_devtools/test/test_conftest.py`).
Tests which must write to disk should use `pytest`'s built-in `temp_dir` fixture or one of this package's own scoped temporary directory fixtures.

0 comments on commit 1c9e8e9

Please sign in to comment.