-
Notifications
You must be signed in to change notification settings - Fork 51
Switch to PyTest #298
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
Switch to PyTest #298
Conversation
This test greatly resembles the inflow example but needed additional source to run with the correct behavior. This has been maintained with some modifications to the Makefile and executable building in the test code.
|
Note that the adjoint test is currently failing with I am not sure why but at some point later in the run the gauges diverge. Perhaps a regression? Looks ok to me. |
|
All tests have not been implemented but both adjoint tests are failing. There are some inconsistencies in the 1D test that I have not puzzled out yet but everything seems to run. Someone familiar with the adjoint code may need to look into what is going on there. |
|
Woot! It's working! |
This is another attempt at moving over to
pytests following from #279. It also attempts to move the tests into their corresponding directories. If there is not one, then a new example will be created that matches it.