pytest url fix

pytest site url was brokenly pointing to https://docs.pytest.org/latest/.
This commit is contained in:
sbstn mssr
2017-05-08 16:36:27 -04:00
committed by GitHub
parent 40ac0adc14
commit 62956e9c8b
+1 -1
View File
@@ -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 <http://pytest.org/latest/>`_
`py.test <https://docs.pytest.org/en/latest/>`_
Nose