Fix typo in goodpractices.rst

This commit is contained in:
Joe Talbott 2017-08-25 10:01:24 -04:00 committed by GitHub
parent 539523cfee
commit 1c891d7d97
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ want to distribute them along with your application::
test_view.py
...
In this scheme, it is easy to your run tests using the ``--pyargs`` option::
In this scheme, it is easy to run your tests using the ``--pyargs`` option::
pytest --pyargs mypkg