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