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

8 lines
194 B
Python
Raw Normal View History

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