go-ggz / ggz

An URL shortener service written in Golang
MIT License
188 stars 19 forks source link

Add integration testing #38

Open appleboy opened 6 years ago

appleboy commented 6 years ago

Support Auth0 jwt token testing.

See: https://github.com/auth0/go-jwt-middleware/blob/master/jwtmiddleware_test.go

tungsheng commented 6 years ago

@appleboy I can help writing test! Any suggestion on how you wanna do it?