Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed Aug 20, 2018
1 parent 77778fc commit e0cc209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

::

Expand Down

0 comments on commit e0cc209

Please sign in to comment.