from ddportfolioservice.tests import *

class TestDdportfolioController(TestController):

    def test_index(self):
        response = self.app.get(url_for(controller='ddportfolio'))
        # Test response...