Skip to content

Commit b88a8c8

Browse files
committed
cmd for unit test changed
1 parent 238ae59 commit b88a8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Python commands
2929

3030
* Jupyter for the examples: `jupyter lab`
3131
* Check syntax: `flake8 --ignore=F401 --exclude=$(grep -v '^#' .gitignore | xargs | sed -e 's/ /,/g')`
32-
* Run Unit Tests: `python -W ignore -m unittest discover`
32+
* Run Unit Tests: `pytest`
3333
* Upload to PyPi with twine: `python setup.py sdist && twine upload -r pypi dist/*`
3434

3535
Clean up

0 commit comments

Comments
 (0)