mirror of https://github.com/huashengdun/webssh
Updated README
parent
77778fc45d
commit
e0cc20914b
|
@ -64,12 +64,12 @@ wssh --help
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|
||||||
Use unittest for running all tests
|
Use unittest to run all tests
|
||||||
```
|
```
|
||||||
python -m unittest discover tests
|
python -m unittest discover tests
|
||||||
```
|
```
|
||||||
|
|
||||||
Use pytest for running all tests
|
Use pytest to run all tests
|
||||||
```
|
```
|
||||||
python -m pytest tests
|
python -m pytest tests
|
||||||
```
|
```
|
||||||
|
|
|
@ -67,13 +67,13 @@ Options
|
||||||
Tests
|
Tests
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
Use unittest for running all tests
|
Use unittest to run all tests
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
python -m unittest discover tests
|
python -m unittest discover tests
|
||||||
|
|
||||||
Use pytest for running all tests
|
Use pytest to run all tests
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue