From 27d1580af778ef5d7264d1c39ec71181fff0bc64 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Tue, 8 Dec 2020 17:41:35 -0500 Subject: [PATCH] explain the demo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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