From 8e0f1bd48171089cf95119d4c73096857c9b554c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Tue, 26 Sep 2017 21:42:05 +0200 Subject: [PATCH] README updated wrt. tests --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ecccd34..4f76f39 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ Dead simple hosting for markdown notes. - `RECAPTCHA_SECRET` - Test mode: - `TEST_MODE` (expected to be non-empty; skips captcha, no writes buffering for stats) + +## Testing + +1. Install `frisby`: `go get -u github.com/verdverm/frisby`. +2. Run `make tests`