Open jakdept opened 8 years ago
[x] pulled in a branch that added lots of testing for writer.go
- not 100% but close.
[x] have 100% coverage for type.go
[ ] need to start/work on coverage for handler.go
added config.go
and it doesn't have full test coverage.
basically, there's more files now, and more testing to be done, but my testing % has dropped over time.
will need to focus on this in the future.
really, at this point, I need to write handler_test.go
to get 100% coverage of handler.go
I'm thinking of skipping going for testing coverage of config.go
because i want to write a new config system (like spf13/viper
but something that works) and use that instead.
i need to add a test for the json handler yet (not 100% coverage) then i'll have everything but the config.
i'll call it good after that.
shooting for 100% test coverage