1
0
Fork 0

* basic template and JQuery infrastructure

* gva controller
This commit is contained in:
Jan Dittberner 2008-06-03 20:24:32 +00:00
parent 014f674b6d
commit 292c102db8
7 changed files with 74 additions and 109 deletions

View 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...