acutest icon indicating copy to clipboard operation
acutest copied to clipboard

Provide TEST_SKIP(message) macro

Open rweickelt opened this issue 4 years ago • 0 comments

I do like this library quite much because it's so simple and easy to integrate.

It would be nice to be able to explicitly skip testcases when they cannot run. That is especially useful when test suites are executed in different environments and configurations and whether a testcase is executed or not can only be determined at run-time. Skipped test cases are not failures, but they are listed in the summary as skipped.

It's like this feature: https://doc.qt.io/qt-5/qttestlib-tutorial6.html

rweickelt avatar Jul 26 '21 08:07 rweickelt