coala / coala/coala-quickstart
Settings.py::write_coafile: Add tests for 100% branch coverage
Open
type/tests
- Dominant language
- Python
- Stars
- 49
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
This branch does not have test coverage
```
if os.path.isfile(coafile):
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Open Settings.py and inspect write_coafile, focusing on the os.path.isfile(coafile) branch. Review the existing tests and coverage configuration, then add coverage for this branch and run the relevant test suite or coverage command; done means the branch is exercised and coverage reaches the intended target.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100