-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert tests to Catch2 #416
Conversation
It turns out that what happens in CI is that the Windows tests still hang without I think it's still worthwhile to merge this PR, in order to get on a more supported testing framework. |
Did you meant to comment out all of the tests? I guess not: #418 |
As discussed in #415, doctest is broken and abandoned. Catch2 seems to be a more standard and more supported test framework. This PR converts MLSpp's tests from doctest to Catch2.
vcpkg.json
files so that Catch2 is available in all configurationsAnd for good measure, I went ahead and re-enabled tests on Windows. We'll see what happens in CI!