added rootdir description to customize.rst
This commit is contained in:
parent
503e00f7ff
commit
3a004a4507
|
@ -331,3 +331,9 @@ Builtin configuration file options
|
||||||
# content of pytest.ini
|
# content of pytest.ini
|
||||||
[pytest]
|
[pytest]
|
||||||
console_output_style = classic
|
console_output_style = classic
|
||||||
|
|
||||||
|
.. confval:: rootdir
|
||||||
|
|
||||||
|
Sets a :ref:`rootdir <rootdir>` directory. Directory may be relative or absolute path.
|
||||||
|
Additionally path may contain environment variables, that will be expanded.
|
||||||
|
For more information about rootdir please refer to :ref:`rootdir <rootdir>`.
|
||||||
|
|
Loading…
Reference in New Issue