MODFLOW-USGS / modflow-devtools

MODFLOW 6 development toolkit
https://modflow-devtools.readthedocs.io/en/latest/
Other
2 stars 5 forks source link

fix(get_packages): fix get_packages(), fix model filtering by package #44

Closed wpbonelli closed 1 year ago

wpbonelli commented 1 year ago

Devtools provides pytest CLI options to filter external model test cases by

Previously the --package option improperly invoked the misc.get_packages() function and would crash. This PR fixes it, expands relevant test cases, and makes a few fixes/additions to the README and docs.