runboat icon indicating copy to clipboard operation
runboat copied to clipboard

Increase unit test coverage

Open sbidoul opened this issue 2 years ago • 0 comments

Low hanging fruits:

  • [ ] db.py
  • [ ] api.py
  • [ ] webui.py
  • [ ] slugify in utils.py

Somewhat harder:

  • [ ] github.py (need to mock the http GitHub api endpoints, see what httpx has to offer, or use vcrpy)
  • [ ] models.py (do we need #4 to test the models ?)
  • [ ] k8s.py (depends on #4)

sbidoul avatar Nov 13 '21 11:11 sbidoul