debianmemberportfolio/ddportfolioservice/tests/functional/test_showformscripts.py

8 lines
234 B
Python
Raw Normal View History

from ddportfolioservice.tests import *
class TestShowformscriptsController(TestController):
def test_index(self):
2010-04-18 15:08:49 +02:00
response = self.app.get(url_for(controller='showformscripts', action='index'))
# Test response...