We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set up regression testing with pytest.
Should be able to do something like $ python -m pytest pretest.py and $ python -m pytest posttest.py
or even better: $ pre_test $ post_test
Cases we should catch to seed the prototype
The text was updated successfully, but these errors were encountered:
Framework is done: https://cadwrdeltamodeling.github.io/BayDeltaSCHISM/topics/run_tests.html
Sorry, something went wrong.
WIll move individual items to their own tickets.
No branches or pull requests
Set up regression testing with pytest.
Should be able to do something like
$ python -m pytest pretest.py
and
$ python -m pytest posttest.py
or even better:
$ pre_test
$ post_test
Cases we should catch to seed the prototype
The text was updated successfully, but these errors were encountered: