From f191d44992bf36316afee010ee2af45c6a49d223 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 9 Dec 2018 16:46:41 +0000 Subject: [PATCH] docs: Add tools/test-lib to README. It's important to run these tests if you're modifying the bot library itself. The tests are really fast, so there's no harm in regular users running them, so they get a sanity check that the libraries themselves are stable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 657d61c..11021ff 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To run the tests for * *zulip*: run `./tools/test-zulip` -* *zulip_bots*: run `./tools/test-bots` +* *zulip_bots*: run `./tools/test-lib && ./tools/test-bots` * *zulip_botserver*: run `./tools/test-botserver`