You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the command set in BOUT++functions.cmake to make ctest use pytest for integrated tests
(rather than running ``./runtest`)
* The specific python test filename (e.g., `test_foo.py`) is generated in `bout_add_integrated_test`.
* then passed to `bout_add_integrated_or_mms_test` via a new `PYTHON_TEST_FILE` argument.
* Modified `add_test()` to execute `pytest <filename>` for integrated tests (preserves the `./runtest` fallback for MMS tests).
0 commit comments