A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
It would be nice to have solution build in for diabling tests. Not hiding them because when you hide only and pass eg. to not run [~long] tests cases then hidden will be executed.
Description
It would be nice to have solution build in for diabling tests. Not hiding them because when you hide only and pass eg. to not run [~long] tests cases then hidden will be executed.
Extra information
Sample implementation