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 ::