diff --git a/README.md b/README.md index 5673a07..70813f4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Because `testament` and `testutils` are going nowhere fast. ## Usage +Here's a set of example tests which will pass (and fail) in interesting ways. + ```nim import testes @@ -105,6 +107,8 @@ testes: fail("this looks bad") ``` +Relax; your tests won't usually be this chaotic... Right? 😉 + ![demonstration](docs/demo.svg "demonstration") ## Documentation