README.md: Update command for running botserver tests.

This commit is contained in:
derAnfaenger 2017-09-04 14:33:09 +02:00
parent 6e798f317f
commit 610f02969a

View file

@ -46,7 +46,7 @@ You can run the tests for the `zulip_bots` package by typing:
You can run the tests for the `zulip_botserver` by typing:
`python -m unittest discover -v ./zulip_botserver`
`./tools/test-botserver`
To run the linter, type: