Update formatting in the CHANGELOG

This commit is contained in:
Bruno Oliveira 2018-01-23 17:31:07 -02:00 committed by GitHub
parent 83034bbd48
commit a7066ba837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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.