Verify that CI integration runs tests automatically on code push
Preconditions (3)
Step 1: Push a commit with a small code change to the main branch
Step 2: Observe the CI service starting a test run automatically
Step 3: Wait for the test run to complete
Step 4: Check the test results in the CI dashboard
✅ Expected Result: The CI service automatically runs the pytest tests on the pushed commit and reports all tests passing without manual intervention