Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

wpbonelli
Copy link
Contributor

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

  • model name (--model)
  • packages used (--package)

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.

* get_packages() was called incorrectly in model-loading fixtures, fix it
* mention optional dependencies in README and make some minor corrections
@wpbonelli wpbonelli force-pushed the fix-package-filtering branch from a0482af to c1d5687 Compare January 4, 2023 16:27
@wpbonelli wpbonelli merged commit aeccdb3 into MODFLOW-USGS:develop Jan 4, 2023
@wpbonelli wpbonelli deleted the fix-package-filtering branch January 4, 2023 16:37
@github-actions github-actions bot mentioned this pull request Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant