README.md: Add command for running zulip tests.

This commit is contained in:
derAnfaenger 2017-09-05 16:20:59 +02:00 committed by Tim Abbott
parent af9178c4ed
commit 2bfba17fbd

View file

@ -40,13 +40,13 @@ This repository contains the source code for Zulip's PyPI packages:
### Running tests ### Running tests
You can run the tests for the `zulip_bots` package by typing: To run the tests for
`./tools/test-bots` * *zulip*: run `./tools/test-zulip`
You can run the tests for the `zulip_botserver` by typing: * *zulip_bots*: run `./tools/test-bots`
`./tools/test-botserver` * *zulip_botserver*: run `./tools/test-botserver`
To run the linter, type: To run the linter, type: