dbrain / soggy

An fast and simple express/sinatra like web framework.. thing.. for Go.
45 stars 1 forks source link

Increase test coverage #16

Open dbrain opened 12 years ago

dbrain commented 12 years ago

As someone who wants to make soggy maintainable as it grows, I think test coverage should be 100% or above. At the moment its in slack mode, and most of my testing is hitting every function in the kitchensink and verifying it doesn't error. This is getting old.

dbrain commented 12 years ago

Also add benchmarking tests for the parts run every request.