Verify PyTest can run a simple test and report results
Preconditions (2)
Step 1: Create a Python file named test_sample.py
Step 2: Write a simple test function that asserts 1 + 1 equals 2
Step 3: Run the test using the command 'pytest test_sample.py'
Step 4: Observe the test output in the console
✅ Expected Result: PyTest runs the test, shows one test passed, and exits with success status