File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed
Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 88Yukti is a single header testing library for C/C++ projects. It has no 3rd party dependencies and is
99fully contained within one single header file.
1010
11- It provides most of the features available in other popular testing library but in a small (< 1500
12- LOC) single header library.
11+ It provides most of the features available in other popular testing library but in a small single
12+ header library.
1313
14+ * [ Screenshots] ( #screenshots )
1415* [ Examples] ( #examples )
1516* [ Documentation] ( #documentation )
1617 * [ Test macros] ( #test-macros )
@@ -41,6 +42,12 @@ LOC) single header library.
4142 - [X] Report list of all the tests which failed
4243 - [X] Tests executables exit with non-zero code if any of its tests fails
4344
45+ ## Screenshots
46+
47+ | Reporting test failure. Shows source file location and summary mentions failing tests | All test are passing |
48+ | ---------------------------------------------------------------------------------------| --------------------------------------------------------------------------|
49+ | [ ![ Failure] ( ./docs/images/failure_thumb.png )] ( ./docs/images/failure.png ) | [ ![ Passing] ( ./docs/images/passing_thumb.png )] ( ./docs/images/passing.png ) |
50+
4451## Examples
4552
4653Different examples are placed in the [ example] ( ./example ) folder.
You can’t perform that action at this time.
0 commit comments