commit e0cc20914bb657882200bcd3198491b624c5fb9f parent 77778fc45de1341230265a71998266158172bcf4 Author: Sheng <webmaster0115@gmail.com> Date: Mon, 20 Aug 2018 23:33:17 +0800 Updated README Diffstat:
M | README.md | | | 4 | ++-- |
M | README.rst | | | 4 | ++-- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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 @@ -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 ::