datatogether / sentry

Parallelized web crawler written in Golang
GNU Affero General Public License v3.0
14 stars 6 forks source link

write tests for config.go #35

Open titaniumbones opened 6 years ago

titaniumbones commented 6 years ago

tests should cover all functions with CapitalizedNames and demonstrate an understanding of what the function is supposed to accomplish!

See the Golang Book for more information about testing in go.

This issue is part of #19, the testing coverage metaissue.