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.
This commit is contained in:
Steve Howell 2018-12-09 16:46:41 +00:00 committed by showell
parent b4d0a2463e
commit f191d44992

View file

@ -62,7 +62,7 @@ To run the tests for
* *zulip*: run `./tools/test-zulip` * *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` * *zulip_botserver*: run `./tools/test-botserver`