-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
As I learned from Prof. Pretschner (my favorite prof so far:), every code should have unit tests.
I am not sure if we can test everything over here, but at least some tests should be possible.
- Setup CI with codecov.io
- Write tests
- Done in Feat/tests #46
- computer
- environment
- fileHelper
- gpo
- hooks
- localUserHelper
- logging
- printers
- realm
- templates
- user
- TODO
- config (done in Feat: refactor config file #87)
- shares
- keytab
- ldapHelper
- setup
- imageHelper
- Done in Feat/tests #46
The tests should run on every commit. Merging should only be allowed if all tests are passing and the added code is covered by tests.