From a43e2047b0f75963bf633a07fea51039e4f5af32 Mon Sep 17 00:00:00 2001 From: Naveen Pai Date: Fri, 4 Nov 2016 03:04:55 +0530 Subject: [MINOR] fix link in documentation --- docs/pathod/test.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/pathod/test.rst b/docs/pathod/test.rst index cd6e8a29..b337795a 100644 --- a/docs/pathod/test.rst +++ b/docs/pathod/test.rst @@ -14,7 +14,7 @@ The canonical docs can be accessed using pydoc: >>> pydoc pathod.test The remainder of this page demonstrates some common interaction patterns using -nose. These examples are +`Nose`_. These examples are also applicable with only minor modification to most commonly used Python testing engines. @@ -33,3 +33,6 @@ One instance per test .. literalinclude:: ../../examples/pathod/test_setup.py :caption: examples/pathod/test_setup.py :language: python + + +.. _Nose: https://nose.readthedocs.org/en/latest/ -- cgit v1.2.3