from gnuviechadminweb.tests import * class TestGvaController(TestController): def test_index(self): response = self.app.get(url_for(controller='gva')) # Test response...