snitch-org / snitch

Lightweight C++20 testing framework.
Boost Software License 1.0
257 stars 7 forks source link

Implement exact same CLI test filtering as in Catch2 #113

Closed cschreib closed 1 year ago

cschreib commented 1 year ago

Currently, we aren't implementing the same CLI test filtering API as Catch2. Some of it is missing features, some of it is that we are implementing what the Catch2 docs say, but that is not what Catch2 does...