Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#67] Move the declaration of pytest_plugins to a top-level conftest.py
This is what has been preventing us from running just the command "pytest" instead of "pytest hlink/tests". pytest requires pytest_plugins to be defined in a top-level conftest.py file. See here for their reasons: https://docs.pytest.org/en/stable/deprecations.html#pytest-plugins-in-non-top-level-conftest-files.
- Loading branch information