8 lines
192 B
Python
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...
|