From 62956e9c8babc0a06d631b164d6af96cfc554826 Mon Sep 17 00:00:00 2001 From: sbstn mssr Date: Mon, 8 May 2017 16:36:27 -0400 Subject: [PATCH] pytest url fix pytest site url was brokenly pointing to https://docs.pytest.org/latest/. --- docs/writing/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index a9f2bb617..31b132c2e 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -185,7 +185,7 @@ and then running the `py.test` command is far less work than would be required for the equivalent functionality with the unittest module! - `py.test `_ + `py.test `_ Nose