stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

Add tests to the example_webapp project #24

Closed matryer closed 11 years ago

matryer commented 11 years ago

Testing code (unit testing and other types) is very important, Goweb itself is 100% TDD, so we need to make sure we are not getting in the way of others from writing test-driven Goweb code.

So:

matryer commented 11 years ago

started branch issues/24

matryer commented 11 years ago

Merged into master... see the new Test and TestOn methods in the main goweb package.