diff --git a/doc/en/goodpractises.txt b/doc/en/goodpractises.txt index a62677fea..0f36c5e6b 100644 --- a/doc/en/goodpractises.txt +++ b/doc/en/goodpractises.txt @@ -274,6 +274,11 @@ using the ``--pytest-args`` or ``-a`` command-line option. For example:: is equivalent to running ``py.test --durations=5``. +.. seealso:: + + For a more powerful solution, take a look at the + `pytest-runner `_ plugin. + .. _`test discovery`: .. _`Python test discovery`: