debianmemberportfolio/ddportfolioservice/tests/functional/test_showformscripts.py
2010-05-10 19:51:44 +02:00

8 lines
234 B
Python

from ddportfolioservice.tests import *
class TestShowformscriptsController(TestController):
def test_index(self):
response = self.app.get(url_for(controller='showformscripts', action='index'))
# Test response...