Merge pull request #2721 from josepht/patch-1
Fix typo in goodpractices.rst
This commit is contained in:
commit
709b8b65a4
|
@ -0,0 +1 @@
|
||||||
|
Fixed typo in goodpractices.rst.
|
|
@ -122,7 +122,7 @@ want to distribute them along with your application::
|
||||||
test_view.py
|
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
|
pytest --pyargs mypkg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue