Test addition function with multiple inputs using pytest parametrize with IDs
Preconditions (2)
Step 1: Create a test function that adds two numbers
Step 2: Use pytest.mark.parametrize to run the test with multiple input pairs
Step 3: Assign custom IDs to each input set for better test report readability
Step 4: Run the tests using pytest
Step 5: Observe that each test case is identified by its custom ID in the test report
✅ Expected Result: All test cases pass and the test report shows each test case with its custom ID