From 827f91e603bf706e628e8d2d625d49d79c62e721 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 17 Apr 2013 11:23:37 +0300 Subject: [PATCH] update documentation for s/nose/py.test/ Signed-off-by: Alon Levy --- docs/source/devel/codebase.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/devel/codebase.rst b/docs/source/devel/codebase.rst index 9718a097..122a3297 100644 --- a/docs/source/devel/codebase.rst +++ b/docs/source/devel/codebase.rst @@ -119,7 +119,7 @@ Software Stack * `Python `_: the language we're using to write this - * `Nose `_: + * `Py.Test `_: for unit tests * `virtualenv `_: for setting up an -- 2.25.1