Add routes/API tests
Review Request #7134 — Created March 28, 2015 and submitted
This adds a test framework for all APIs that rb-gateway provides. It mainly checks whether the routes return the correct status code for various operations.
Test cases successfully pass.
 
Tool: PEP8 Style Checker Ignored Files: routes_test.go main.go auth.go routes.go Tool: Pyflakes Ignored Files: routes_test.go main.go auth.go routes.go