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

View File

@@ -1,3 +1 @@
Added option "--rootdir" for command line and "rootdir" for .ini file. Define root directory for tests.
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.
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.