1
0
Fork 0
gnuviechadminweb-historic/gnuviechadminweb/tests/functional/test_login.py

8 lines
196 B
Python

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