remove dot in pytest

This commit is contained in:
matthiasha 2016-08-19 14:02:25 +02:00 committed by GitHub
parent 3455dfc804
commit c8fbf3ae34
1 changed files with 1 additions and 1 deletions

View File

@ -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