Missing Unit tests for wait_for_delete and wait_for_status functions
Open
- Dominant language
- Python
- Stars
- 24
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Currently the code coverage of resources.py is 77%.
A majority of the uncovered lines are originating from these 2 functions
Contributor guide
Research direction
Start in resources.py and locate the wait_for_delete and wait_for_status functions. Review the existing unit-test structure and coverage results to identify their uncovered lines, then add tests that exercise those paths. Done means the functions have unit-test coverage and the test suite passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100