Configure pytest options using setup.cfg and verify test discovery
Preconditions (2)
Step 1: Create a setup.cfg file in the project root
Step 2: Add pytest configuration to setup.cfg to specify test paths and markers
Step 3: Run pytest from the command line without additional arguments
Step 4: Observe that pytest discovers and runs tests according to setup.cfg settings
✅ Expected Result: Pytest runs tests found in the configured test paths and applies any specified markers or options from setup.cfg