Verify pytest project structure with test discovery
Preconditions (7)
Step 1: Open terminal and navigate to project_root directory
Step 2: Run command 'pytest' to execute tests
Step 3: Observe pytest discovers and runs test_sample.py inside tests folder
✅ Expected Result: pytest runs the test function inside tests/test_sample.py and reports test passed