From 2bfba17fbde9bc3884c668ae8d7ea58fe7c4fd70 Mon Sep 17 00:00:00 2001 From: derAnfaenger Date: Tue, 5 Sep 2017 16:20:59 +0200 Subject: [PATCH] README.md: Add command for running zulip tests. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2847c7d..12b3373 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ This repository contains the source code for Zulip's PyPI packages: ### 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: