aboutcode-org / aboutcode-org/scancode-toolkit
licensedcode `detection.py` lacks unit tests
Open
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 791
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 5
Description
We have a lot of full tests checking individual cases of detection issues here, but we likely miss many cases as these are not proper unit tests. See for example the case of bugs in `is_false_positive` function at https://github.com/aboutcode-org/scancode-toolkit/pull/4009 where this was fixed.
We need to ensure all the cases are accounted for and tested with unit tests.
Contributor guide
Assessment
This issue has not been assessed yet.