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 ----