]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blob - tests/functional/test_bericht.py
Moved tests directory.
[philipp/winterrodeln/wradmin.git] / tests / functional / test_bericht.py
1 from wradmin.tests import *
2
3 class TestBerichtController(TestController):
4
5     def test_list(self):
6         response = self.app.get(url(controller='bericht', action='list'))
7         # Test response...
8
9     def test_view(self):
10         response = self.app.get(url(controller='bericht', action='view', id=100))
11         # Test response...