From 7a29a4806b778340bf3f22d74f0f818ff66e3eed Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 22 Dec 2011 13:05:19 -0600 Subject: [PATCH] Added py.test --- docs/writing/tests.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index 8182861..fa0ef17 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -27,6 +27,14 @@ Doctest ------- +py.test +------- + +:: + + $ pip install pytest + + Nose ----