* menu generation code * improved templates * database and basic role setup in websetup.py
7 lines
194 B
Python
7 lines
194 B
Python
from gnuviechadminweb.tests import *
|
|
|
|
class TestAuthController(TestController):
|
|
|
|
def test_index(self):
|
|
response = self.app.get(url_for(controller='auth'))
|
|
# Test response...
|