1
0
Fork 0
gnuviechadminweb-historic/gnuviechadminweb/tests/functional/test_menu.py
Jan Dittberner 55124e861f * infrastructure for authkit
* menu generation code
* improved templates
* database and basic role setup in websetup.py
2008-06-05 16:24:43 +00:00

8 lines
194 B
Python

from gnuviechadminweb.tests import *
class TestMenuController(TestController):
def test_index(self):
response = self.app.get(url_for(controller='menu'))
# Test response...