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
|
||||
[pytest]
|
||||
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