mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-20 12:46:39 +00:00
Updated README
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user