1 from wradmin.tests import *
3 class TestRodelbahnController(TestController):
6 response = self.app.get(url(controller='rodelbahn', action='index'))
11 response = self.app.get(url(controller='rodelbahn', action='list'))
16 response = self.app.get(url(controller='rodelbahn', action='view', id=5))