Skip to content

Commit c8fbf3a

Browse files
authored
remove dot in pytest
1 parent 3455dfc commit c8fbf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/customize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If no ``args`` are given, pytest collects test below the current working
5252
directory and also starts determining the rootdir from there.
5353

5454
:warning: custom pytest plugin commandline arguments may include a path, as in
55-
``py.test --log-output ../../test.log args``. Then ``args`` is mandatory,
55+
``pytest --log-output ../../test.log args``. Then ``args`` is mandatory,
5656
otherwise pytest uses the folder of test.log for rootdir determination
5757
(see also `issue 1435 <https://github.com/pytest-dev/pytest/issues/1435>`_).
5858
A dot ``.`` for referencing to the current working directory is also

0 commit comments

Comments
 (0)