py.test => pytest (#2173)

py.test => pytest
This commit is contained in:
vojtekb 2017-02-09 18:34:16 +01:00 committed by Markus Unterwaditzer
parent 9e2807da76
commit 95db82f8f7
5 changed files with 10 additions and 10 deletions

View file

@ -46,7 +46,7 @@ At this point you can run the tests. Here ``pytest`` will be used.
Run and watch the tests pass, within the top-level :file:`flaskr/`
directory as::
py.test
pytest
Testing + setuptools
--------------------