Test configuration for a mixed C++/Python solution using CMake as the build system #8317
Unanswered
Mikko Vainio (mvainioe)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a configuration file that would be parsed by the test discovery code when the solution uses CMake as the build system?
In this setting, the production code is C++ but tests are written in Python using pytest.
A file named
PythonSettings.jsonseems to get parsed, the test framework can be switched between "pytest" and "unittest". Is this file documented somewhere?All reactions