add new controller for javascript and autocompletion code
This commit is contained in:
parent
659dbaed19
commit
7208b390c5
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
from ddportfolioservice.tests import *
|
||||
|
||||
class TestShowformscriptsController(TestController):
|
||||
|
||||
def test_index(self):
|
||||
response = self.app.get(url_for(controller='showformscripts'))
|
||||
# Test response...
|
Loading…
Add table
Add a link
Reference in a new issue