Verify that tests run independently without relying on each other's state
Preconditions (2)
Step 1: Run test_addition which adds two numbers and checks the result
Step 2: Run test_reset which resets the calculator state
Step 3: Run test_addition again to verify it does not depend on previous test state
✅ Expected Result: Each test passes independently, no test depends on the result or state of another test