exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
251 stars 205 forks source link

Fix the tests for Catch2-v2 and Catch2-v3 #814

Closed siebenschlaefer closed 4 months ago

siebenschlaefer commented 4 months ago

Catch2-v3 did change the namespace for the MatcherBase.
This patch aims to support both Catch2 v2 and v3. But in the long run we should move to v3 locally and on the test runner.

vaeng commented 4 months ago

I have not seen your PR, sorry. Why is yours failing and mine is not? I tried re-running the failed check, but it is still failing.