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