Skip to content

Commit d7728ef

Browse files
committed
Readme update with screenshots
1 parent 5a98aa7 commit d7728ef

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

Readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
Yukti is a single header testing library for C/C++ projects. It has no 3rd party dependencies and is
99
fully 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

4653
Different examples are placed in the [example](./example) folder.

docs/images/failure.png

85.3 KB
Loading

docs/images/failure_thumb.png

101 KB
Loading

docs/images/passing.png

69.4 KB
Loading

docs/images/passing_thumb.png

99.6 KB
Loading

0 commit comments

Comments
 (0)