-
Notifications
You must be signed in to change notification settings - Fork 53
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
doctest support? #11
Comments
this should be very possible, but would need a doctest expert to pair with. Usually this is a 30-40 minute thing with an expert. Are you that person? |
If doing this, I'd suggest first moving the Catch2, GoogleTest and Okra implementations in to a sub-directory, as I hope that this list of supported frameworks will keep on growing... It looks like doctest does have the ability to listen out for new tests: |
I only have time to use it :)
And |
Hi, no worries... Thanks very much for the suggestion - and for letting us know about another testing framework. I really like its promise of faster build times! |
Co-Authored-By: Llewellyn Falco <[email protected]>
Co-Authored-By: Llewellyn Falco <[email protected]>
Things that I'm aware of that we still need to do
/cygdrive/d/Users/Clare/Documents/Programming/github/ApprovalTests/ApprovalTests.cpp/ApprovalTests/integrations/doctest/DocTestApprovals.h:16:8: warning: 'DocTestApprovalListener' has a field 'DocTestApprovalListener::' whose type uses the anonymous namespace [-Wsubobject-linkage]
|
Co-Authored-By: Llewellyn Falco <[email protected]>
This is now released! |
https://github.com/onqtam/doctest
The text was updated successfully, but these errors were encountered: