pytest-cpp
pytest-cpp copied to clipboard
Use pytest's runner to discover and execute C++ tests
Add support for Qt Test Add plugin tests (manual) Travis integration cannot be implemented because QT lack support for unattended install. To manually test the plugin, install QT somewhere and...
Hi, Now pytest-cpp just skip executable if it's not a valid test suite. Sometimes it leads to a situation when we just skip some tests without any notification just because...
Is there any way to mark tests (whether through ini, filename or otherwise) so that py.test -m=system_test or -m=unittest works with the tests?
Expected failures as `xfail`. http://www.boost.org/doc/libs/1_56_0_b1/libs/test/doc/html/utf/user-guide/test-organization/expected-failures.html
If a google test exits unexpectedly or using exit, the XML file will not be generated, this handles the FileNotFoundError exception and returns the output to the console
If for any reason a google test exits with exit(1) or before the test ends, code will still try to read the xml file, but since it doesn't exists a...
It will show internal error if test name defined in catch2 has a trailing white space Of course no issue when directly running the executable