From 581857aab631b2a5a17232b3a332dd44b832e689 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 Mar 2017 20:46:22 -0300 Subject: [PATCH] Fix typo --- doc/en/goodpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/goodpractices.rst b/doc/en/goodpractices.rst index 65c5624fa..5f6ea710b 100644 --- a/doc/en/goodpractices.rst +++ b/doc/en/goodpractices.rst @@ -76,7 +76,7 @@ want to distribute them along with your application:: test_view.py ... -In this scheme, it is easy to your tests using the ``--pyargs`` option:: +In this scheme, it is easy to your run tests using the ``--pyargs`` option:: pytest --pyargs mypkg