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

test: remove return statement causing checks to be skipped #1496

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

wpbonelli
Copy link
Contributor

@wpbonelli wpbonelli commented Dec 11, 2023

Fixes/cleanup for #1464

  • check function was skipped if comparison was disabled due to lingering return
  • standardize check_output(idx, test) signature
  • rename ex to cases in test scripts
  • use context manager to open files
  • run black/isort

@wpbonelli wpbonelli changed the title fix: remove return statement causing checks to be skipped test: remove return statement causing checks to be skipped Dec 11, 2023
* remove return statement causing checks to be skipped
* standardize check_output(idx, test) function signature
* consolidate framework logging
* rename ex to cases in test scripts
* use context manager to open files
* run black/isort
@wpbonelli wpbonelli force-pushed the fix-autotest-framework branch from ac85f0c to 7762a71 Compare December 11, 2023 19:58
@wpbonelli wpbonelli marked this pull request as ready for review December 11, 2023 20:51
@wpbonelli wpbonelli merged commit f6f7c22 into MODFLOW-USGS:develop Dec 11, 2023
15 checks passed
@wpbonelli wpbonelli deleted the fix-autotest-framework branch December 11, 2023 21:33
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