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(ArrayHandlers): add unit tests via optional framework #1403

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

wpbonelli
Copy link
Contributor

@wpbonelli wpbonelli commented Oct 16, 2023

  • introduce test-drive unit test framework as optional development aid
  • tests hook into meson test if test-drive installed, otherwise ignored
  • add minimal test cases for ExpandArray2D ArrayHandlers interface
  • add unit testing section to developer docs
  • include tests in smoke test job in ci.yml
  • close Unit testing #1387

* introduce test-drive unit test framework as optional development aid
* tests hook into meson test if test-drive installed, otherwise ignored
* add minimal test cases for ExpandArray2D ArrayHandlers interface
* add unit testing section to developer docs
* include tests in smoke test job in ci.yml
@wpbonelli wpbonelli marked this pull request as ready for review October 16, 2023 18:54
Copy link
Contributor

@langevin-usgs langevin-usgs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, @wpbonelli. Looking forward to trying it out.

@langevin-usgs langevin-usgs merged commit adca281 into MODFLOW-ORG:develop Oct 17, 2023
@wpbonelli wpbonelli deleted the unittests branch October 17, 2023 15:20
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.

Unit testing
3 participants