You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
Python development tools for MODFLOW 6 and related projects.
22
22
23
-
-[Use cases](#use-cases)
23
+
-[Features](#features)
24
24
-[Requirements](#requirements)
25
25
-[Installation](#installation)
26
26
-[Documentation](#documentation)
@@ -31,10 +31,10 @@ Python development tools for MODFLOW 6 and related projects.
31
31
32
32
* a minimal GitHub API client for release info/assets
33
33
* a `ZipFile` subclass that [preserves file permissions](https://stackoverflow.com/questions/39296101/python-zipfile-removes-execute-permissions-from-binaries) (workaround for [Python #15795](https://bugs.python.org/issue15795))
34
-
* pytest fixtures including "keepable" tempdirs
34
+
* pytest fixtures including "keepable" temporary directories and snapshot testing utilities
35
35
* pytest markers to skip test cases conditional on operating system, installed packages, or available executables
36
36
* a parser for MODFLOW 6 [definition files](https://modflow6.readthedocs.io/en/stable/_dev/dfn.html)
37
-
* streamlined access to MODFLOW 6 models in
37
+
*a models API for streamlined access to MODFLOW 6 (and other) models in
0 commit comments