From c8fbf3ae341ba0adc11b0ca0669085b72be06756 Mon Sep 17 00:00:00 2001 From: matthiasha Date: Fri, 19 Aug 2016 14:02:25 +0200 Subject: remove dot in pytest --- doc/en/customize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 `_). A dot ``.`` for referencing to the current working directory is also -- cgit v1.2.3