This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Skip to content

Write tests for the new golang saltbot

Created by: HighSaltLevels

Now that I've reimplemented saltbot in go, it's time to have some solid unittests written.

Acceptance Criteria:

  • Unittests provide coverage for at least 90%
  • There's an easy way to run unittests (maybe a bash script)
  • (Stretch): Write a github actions workflow to run tests on pull requests.