aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/utils_test.go
Commit message (Collapse)AuthorAge
* conf: add unit tests (#5954)ᴜɴᴋɴᴡᴏɴ2020-02-29
* conf: add tests for utils.go * conf: add tests for static.go * mock os/exec * Run tests on Windows * appveyor: fix gcc not found * computed: add unit tests * log: add unit tests * log: fix tests on Windows * conf: add some tests * Finish adding tests * Cover more cases * Add tests for testutil * Add more tests