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

8 lines
192 B
Python

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