Merge pull request #2721 from josepht/patch-1
Fix typo in goodpractices.rst
This commit is contained in:
1
changelog/2721.trivial
Normal file
1
changelog/2721.trivial
Normal file
@@ -0,0 +1 @@
|
||||
Fixed typo in goodpractices.rst.
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user