Skip to content

Commit

Permalink
Showcase the output summary
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercrouzet committed Nov 25, 2023
1 parent 5ca6084 commit b88c881
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ main(int argc, const char **argv)
}
```
<pre>
[<span style="color: green"><b>PASSED</b></span>] "foo" / "bar" (0.001062 ms)
</pre>
### Fixture
Expand Down Expand Up @@ -96,6 +100,12 @@ main(int argc, const char **argv)
}
```

<pre>
[<span style="color: red"><b>FAILED</b></span>] "foo" / "bar" (0.020228 ms)
/project/test.c:23: fatal test failure: `"Hello"` is expected to be equal to `data->value` (case: obey)
"Hello" == "world!"
</pre>


## Documentation

Expand Down

0 comments on commit b88c881

Please sign in to comment.