Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use conftest.py for global fixture definitions
Importing fixtures is a pytest antipattern and causes Ruff to flag F811. See astral-sh/ruff#4046. Defining fixtures globally in conftest.py is the idiomatic way to remedy the problem.
- Loading branch information