From 610f02969aa3c34ad719973976afa44c9d811459 Mon Sep 17 00:00:00 2001 From: derAnfaenger Date: Mon, 4 Sep 2017 14:33:09 +0200 Subject: [PATCH] README.md: Update command for running botserver tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 612fdc3..2847c7d 100644 --- a/README.md +++ b/README.md @@ -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: