forked from jan/debianmemberportfolio
Jan Dittberner
9c800c0ed8
paster create -t pylons ... paster controller ddportfolio add support for sphinx
7 lines
210 B
Python
7 lines
210 B
Python
from ddportfolioservice.tests import *
|
|
|
|
class TestDdportfolioController(TestController):
|
|
|
|
def test_index(self):
|
|
response = self.app.get(url_for(controller='ddportfolio'))
|
|
# Test response...
|