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