Update formatting in the CHANGELOG
This commit is contained in:
parent
83034bbd48
commit
a7066ba837
|
@ -1,3 +1 @@
|
||||||
Added option "--rootdir" for command line and "rootdir" for .ini file. Define root directory for tests.
|
Add ``--rootdir`` command-line option to override the rules for discovering the root directory. See `customize <https://docs.pytest.org/en/latest/customize.html>`_ in the documentation for details.
|
||||||
Can be relative path: "root_dir", "./root_dir", "root_dir/another_dir/"; absolute path: "/home/user/root_dir";
|
|
||||||
path with variables: "$HOME/root_dir". If parameter "rootdir" defined in .ini file this argument will not work.
|
|
||||||
|
|
Loading…
Reference in New Issue