Verify PyTest assertion mechanism using assert statement
Preconditions (2)
Step 1: Create a test function named test_sum
Step 2: Inside the function, calculate the sum of 2 and 3
Step 3: Use assert statement to check if the sum equals 5
Step 4: Run the test using pytest command
✅ Expected Result: Test passes successfully without errors, confirming assert works as PyTest's core mechanism