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

4
README
View file

@ -33,9 +33,9 @@
Good that you're asking. The tests are in the
tests/ folder. To run the tests use the
`py.test` testing tool:
`pytest` testing tool:
$ py.test
$ pytest
Details on contributing can be found in CONTRIBUTING.rst