Using pytest.ini for Global Pytest Configuration
This guide explains how to create, locate, and populate a pytest.ini file with common configuration options, provides a complete example, and outlines best practices for using the file to streamline and standardize test execution in Python projects.