forked from jan/debianmemberportfolio
8 lines
218 B
Python
8 lines
218 B
Python
|
from ddportfolioservice.tests import *
|
||
|
|
||
|
class TestShowformscriptsController(TestController):
|
||
|
|
||
|
def test_index(self):
|
||
|
response = self.app.get(url_for(controller='showformscripts'))
|
||
|
# Test response...
|