]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blob - tests/functional/test_coordtool.py
a7c46a3fe67440ca061e90465b250f4269cc4e28
[philipp/winterrodeln/wradmin.git] / tests / functional / test_coordtool.py
1 from wradmin.tests import *
2
3 class TestCoordtoolController(TestController):
4
5     def test_index(self):
6         response = self.app.get(url(controller='coordtool', action='index'))
7         # Test response...