py.test allows adding the settings to the conftest.py. Currently, they live in different files. Imports should be moved. Hints: - http://pytest.org/latest/example/simple.html#package-directory-level-fixtures-setups
py.test allows adding the settings to the conftest.py. Currently, they live in different files.
Imports should be moved.
Hints: