Skip to content
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-2] Add column for doctest-2 #13

Open
martinmoene opened this issue Aug 19, 2018 · 6 comments
Open

[doctest-2] Add column for doctest-2 #13

martinmoene opened this issue Aug 19, 2018 · 6 comments

Comments

@martinmoene
Copy link
Owner

martinmoene commented Aug 19, 2018

See:

@onqtam
Copy link

onqtam commented Aug 19, 2018

I was planning on opening an issue about the changes (in detail) in doctest 2 once it is released :)

@onqtam
Copy link

onqtam commented Aug 23, 2018

So the main developments are:

  • thread-safe asserts and logging
  • C++11 only - dropped support for some compilers
  • asserts can be used outside of a testing context - so the framework can be used as a general purpose assert library
  • support for clang-cl

reddit release thread:

https://www.reddit.com/r/cpp/comments/99nkhw/doctest_2_released_moved_to_c11_added/

@onqtam
Copy link

onqtam commented Nov 19, 2018

Catch related: it supports templated test cases since recently

catchorg/Catch2#1437

@onqtam
Copy link

onqtam commented Mar 23, 2019

doctest 2.3.0 was just released with support for xml output.
https://github.com/onqtam/doctest/releases/tag/2.3.0

@martinmoene
Copy link
Owner Author

Thanks @onqtam.

Unsure if I'll be ever able to catch up again... ;)

@onqtam
Copy link

onqtam commented Mar 24, 2019

@martinmoene absolutely understandable :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants