Verify that dividing by zero raises a ZeroDivisionError
Preconditions (2)
Step 1: Write a function that divides two numbers
Step 2: Call the function with divisor as zero inside pytest.raises context manager
Step 3: Check that ZeroDivisionError is raised
✅ Expected Result: Test passes confirming ZeroDivisionError is raised when dividing by zero