Merge pull request #2721 from josepht/patch-1

Fix typo in goodpractices.rst
This commit is contained in:
Bruno Oliveira 2017-08-29 22:08:20 -03:00 committed by GitHub
commit 709b8b65a4
2 changed files with 2 additions and 1 deletions

1
changelog/2721.trivial Normal file
View File

@ -0,0 +1 @@
Fixed typo in goodpractices.rst.

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