Merge pull request #144 from EdgeCaseLabs/master

Correcting broken URI in documentation.
This commit is contained in:
Ronny Pfannschmidt
2017-05-16 15:21:40 +02:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ with the worker instance that executed the hook originally:
You can use this hooks just as you would use normal pytest hooks, but some care You can use this hooks just as you would use normal pytest hooks, but some care
must be taken in plugins in case ``xdist`` is not installed. Please see: must be taken in plugins in case ``xdist`` is not installed. Please see:
http://pytest.org/latest/writing_plugins.html#optionally-using-hooks-from-3rd-party-plugins http://pytest.org/en/latest/writing_plugins.html#optionally-using-hooks-from-3rd-party-plugins
""" """
import pytest import pytest