* basic template and JQuery infrastructure
* gva controller
This commit is contained in:
parent
014f674b6d
commit
292c102db8
7 changed files with 74 additions and 109 deletions
7
gnuviechadminweb/tests/functional/test_gva.py
Normal file
7
gnuviechadminweb/tests/functional/test_gva.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from gnuviechadminweb.tests import *
|
||||
|
||||
class TestGvaController(TestController):
|
||||
|
||||
def test_index(self):
|
||||
response = self.app.get(url_for(controller='gva'))
|
||||
# Test response...
|
Loading…
Add table
Add a link
Reference in a new issue