from maps.tests import * class TestDirectionsController(TestController): def test_index(self): response = self.app.get(url(controller='directions', action='index')) # Test response...