README.md: Add command for running zulip tests.
This commit is contained in:
parent
af9178c4ed
commit
2bfba17fbd
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue