from wradmin.tests import * class TestBerichtController(TestController): def test_list(self): response = self.app.get(url(controller='bericht', action='list')) # Test response... def test_view(self): response = self.app.get(url(controller='bericht', action='view', id=100)) # Test response...