From 1c9e8e915b7bf9b0c8c715ffafb02784b07fdab3 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Sat, 5 Nov 2022 23:25:28 -0400 Subject: [PATCH] update DEVELOPER.md --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 5da82d6..3274dac 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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.