diff options
author | Alon Levy <alon@pobox.com> | 2013-04-17 11:23:37 +0300 |
---|---|---|
committer | Alon Levy <alon@pobox.com> | 2013-04-17 12:55:57 +0300 |
commit | 827f91e603bf706e628e8d2d625d49d79c62e721 (patch) | |
tree | dbf978bd939218534771120f10eb1c7444c114ee | |
parent | d0e9f843e23196f790b640327bef3718e74b0347 (diff) | |
download | mediagoblin-827f91e603bf706e628e8d2d625d49d79c62e721.tar.lz mediagoblin-827f91e603bf706e628e8d2d625d49d79c62e721.tar.xz mediagoblin-827f91e603bf706e628e8d2d625d49d79c62e721.zip |
update documentation for s/nose/py.test/
Signed-off-by: Alon Levy <alon@pobox.com>
-rw-r--r-- | docs/source/devel/codebase.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://python.org/>`_: the language we're using to write this - * `Nose <http://somethingaboutorange.com/mrl/projects/nose/>`_: + * `Py.Test <http://pytest.org/>`_: for unit tests * `virtualenv <http://www.virtualenv.org/>`_: for setting up an |