summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormatthiasha <hafner87@gmail.com>2016-08-19 14:02:25 +0200
committerGitHub <noreply@github.com>2016-08-19 14:02:25 +0200
commitc8fbf3ae341ba0adc11b0ca0669085b72be06756 (patch)
tree233e450f2053de07e1f9c3c9f0b3431f6f9a732f /doc
parent3455dfc8045eb73dc7617b5777b3a3e6611db14f (diff)
downloadpytest-c8fbf3ae341ba0adc11b0ca0669085b72be06756.tar.gz
remove dot in pytest
Diffstat (limited to 'doc')
-rw-r--r--doc/en/customize.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/customize.rst b/doc/en/customize.rst
index fe52a76ed..fbbcea549 100644
--- a/doc/en/customize.rst
+++ b/doc/en/customize.rst
@@ -52,7 +52,7 @@ If no ``args`` are given, pytest collects test below the current working
directory and also starts determining the rootdir from there.
:warning: custom pytest plugin commandline arguments may include a path, as in
- ``py.test --log-output ../../test.log args``. Then ``args`` is mandatory,
+ ``pytest --log-output ../../test.log args``. Then ``args`` is mandatory,
otherwise pytest uses the folder of test.log for rootdir determination
(see also `issue 1435 <https://github.com/pytest-dev/pytest/issues/1435>`_).
A dot ``.`` for referencing to the current working directory is also