summaryrefslogtreecommitdiff
path: root/doc/en/writing_plugins.rst
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-04-03 18:11:14 +0200
committerDaniel Hahler <git@thequod.de>2019-04-03 22:08:44 +0200
commitbefc8a3f100d68dee4e60a129c31b4597d5fe04e (patch)
treed8f01f97e039957414c6dcfdf129d9397a4b7ac6 /doc/en/writing_plugins.rst
parent5935fbaa7a60cfe9932ae980daf16a69b1edefd0 (diff)
downloadpytest-befc8a3f100d68dee4e60a129c31b4597d5fe04e.tar.gz
Update via https://github.com/pytest-dev/regendoc/pull/8
Diffstat (limited to 'doc/en/writing_plugins.rst')
-rw-r--r--doc/en/writing_plugins.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst
index bc1bcda0e..245bfc4ef 100644
--- a/doc/en/writing_plugins.rst
+++ b/doc/en/writing_plugins.rst
@@ -414,14 +414,14 @@ additionally it is possible to copy examples for an example folder before runnin
=========================== test session starts ============================
platform linux -- Python 3.x.y, pytest-4.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
- rootdir: $REGENDOC_TMPDIR, inifile: pytest.ini
+ rootdir: /home/sweet/project, inifile: pytest.ini
collected 2 items
test_example.py .. [100%]
============================= warnings summary =============================
test_example.py::test_plugin
- $REGENDOC_TMPDIR/test_example.py:4: PytestExperimentalApiWarning: testdir.copy_example is an experimental api that may change over time
+ /home/sweet/project/test_example.py:4: PytestExperimentalApiWarning: testdir.copy_example is an experimental api that may change over time
testdir.copy_example("test_example.py")
-- Docs: https://docs.pytest.org/en/latest/warnings.html