1
0
派生 0
gnuviechadminweb-historic/gnuviechadminweb/tests/functional/test_auth.py

8 行
194 B
Python

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