-
Notifications
You must be signed in to change notification settings - Fork 126
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
Investigate using ctest to run system tests #34850
Comments
Currently, the system tests are executed in a separate binary. The branch attached to this issue shows how to add system tests to In a long run, we might want to rewrite the tests to be executed using Proposed solution
|
This issue has been automatically marked as stale because it has not had activity in 6 months. It will be closed in 7 days if no further activity occurs. |
This issue has been closed automatically. If this still affects you please re-open this issue with a comment or contact us so we can look into resolving it. |
@cailafinn here is the issue I was talking about |
|
Describe the outcome that is desired.
Currently we have our own system test running scripts, but there would be benefits to running them using ctest instead.
Describe any solutions you are considering
Use pytest (https://docs.pytest.org/en/7.2.x/) for test discovery and then have cmake drive it and register the tests as ctests that are run with ctest.
The text was updated successfully, but these errors were encountered: