Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 387 Bytes

TODO.org

File metadata and controls

19 lines (11 loc) · 387 Bytes

Testing

Testing is spotty.

Check coverage by:

go test -coverprofile=coverage.out
go tool cover -html=coverage.out

Negative Tests: Config File Syntax

Most (all?) paths has been tested manually by introducing config file errors but there should be automatic tests for it.

Code

Config file location is Linux centric

Add support for other platforms (main.go)