Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-15switched from using the << operator to the comma operator for all logging - ↵Viktor Kirilov
this solves the problem in PR #431
2020-09-06summary: align even large values #402 (#403)Nick Black
2018-05-10regenerated test output - relates #123onqtam
2017-05-16added an overload for operator<< of the ContextBuilder that catches by const ↵onqtam
ref and use a static assert - relates #23 Added option to show duration of test case execution and added a timeout(seconds) decorator - marking them as failed if they exceed it - closes #68 - closes #67
2017-05-16- almost done with the should_fail/may_fail/expected_failures decoratorsonqtam
- added SUCCESS/FAILURE message at the end after running the tests - FAIL/FAIL_CHECK are now counted as asserts!!! - relates #67 - relates #9
2017-05-16more code coverageonqtam
2017-05-16working on test coverageonqtam
2017-05-16Printing the test suite name on test case failure - fixes #65onqtam
2017-05-16test cases example doneonqtam
2017-05-16- logging example done!onqtam
- changed order of printing captures when an exception has occurred
2017-05-16examples almost done! only assertion_macros.cpp is leftonqtam
2017-05-16- added an undocumented flag to omit the "skipped" part in the output ↵onqtam
summary - for convenience for the all_features example - grouped examples by project - changed names of output from tests - added source files for some features without examples