From e0cc20914bb657882200bcd3198491b624c5fb9f Mon Sep 17 00:00:00 2001 From: Sheng Date: Mon, 20 Aug 2018 23:33:17 +0800 Subject: [PATCH] Updated README --- README.md | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3449dd..2c1f013 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,12 @@ wssh --help ### Tests -Use unittest for running all tests +Use unittest to run all tests ``` python -m unittest discover tests ``` -Use pytest for running all tests +Use pytest to run all tests ``` python -m pytest tests ``` diff --git a/README.rst b/README.rst index b2af13b..5bfecc1 100644 --- a/README.rst +++ b/README.rst @@ -67,13 +67,13 @@ Options Tests ~~~~~ -Use unittest for running all tests +Use unittest to run all tests :: python -m unittest discover tests -Use pytest for running all tests +Use pytest to run all tests ::