codersforcauses / codersforcauses/software-engineering-practices-demo-2025-winter
Create tests for the `addition` function
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Task
Create the test for the addition function. This can be seen in `test_operations.py` with the function called `test_addition`.
## Acceptance Criteria
The test should fail if addition is wrong by mathematical logic
The test should succeed if addition is correct by mathematical logic
Contributor guide
No contributing guide indexed for this repository
Research direction
Open test_operations.py and locate test_addition. Run the existing test suite first to see the current behavior, then create the test so it fails for mathematically incorrect addition and passes for correct addition. Done means the test reliably distinguishes correct from incorrect addition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100