We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238ae59 commit b88a8c8Copy full SHA for b88a8c8
README.md
@@ -29,7 +29,7 @@ Python commands
29
30
* Jupyter for the examples: `jupyter lab`
31
* Check syntax: `flake8 --ignore=F401 --exclude=$(grep -v '^#' .gitignore | xargs | sed -e 's/ /,/g')`
32
-* Run Unit Tests: `python -W ignore -m unittest discover`
+* Run Unit Tests: `pytest`
33
* Upload to PyPi with twine: `python setup.py sdist && twine upload -r pypi dist/*`
34
35
Clean up
0 commit comments