Updated README

This commit is contained in:
Sheng
2018-08-20 23:33:17 +08:00
parent 77778fc45d
commit e0cc20914b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
::