Fix typo in goodpractices.rst
This commit is contained in:
parent
539523cfee
commit
1c891d7d97
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue