You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calculator basics project should handle cases where the user enters text instead of a number. Add a test that verifies the program handles non-numeric input without crashing.
Acceptance Criteria
Add a test in projects/level-0/02-calculator-basics/tests/ for non-numeric input
Test should verify a clear error message or graceful handling
Description
The calculator basics project should handle cases where the user enters text instead of a number. Add a test that verifies the program handles non-numeric input without crashing.
Acceptance Criteria
projects/level-0/02-calculator-basics/tests/for non-numeric input