PyTest - Fixtures
You have a fixture in
conftest.py that establishes a database connection. To minimize connection overhead when running tests across multiple files, which fixture scope is most appropriate?