From 8f4f2c665d247d47b904ebf3bbd2b1c93c0e1ef2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 13 Jul 2015 21:59:37 -0300 Subject: [PATCH] Mention pytest-runner in the docs Fix #147 --- doc/en/goodpractises.txt | 5 +++++ 1 file changed, 5 insertions(+) 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`: