Skip to content

Commit

Permalink
remove dot in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasha authored Aug 19, 2016
1 parent 3455dfc commit c8fbf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/customize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8fbf3a

Please sign in to comment.