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