pyalchemybiz/pyalchemybiz/tests/functional/test_index.py
Jan Dittberner ab91d92af3 maintenance work
* remove generated template python code (fixes #6)
 * add an index controller and make it the default (addresses #5)
 * add a dependency to sqlalchemy-migrate (fixes #4, addresses #2)


git-svn-id: file:///var/www/wwwusers/usr01/svn/pyalchemybiz/trunk@6 389c73d4-bf09-4d3d-a15e-f94a37d0667a
2008-10-05 19:02:55 +00:00

8 lines
192 B
Python

from pyalchemybiz.tests import *
class TestIndexController(TestController):
def test_index(self):
response = self.app.get(url_for(controller='index'))
# Test response...