8 lines
194 B
Python
8 lines
194 B
Python
|
from gnuviechadminweb.tests import *
|
||
|
|
||
|
class TestMenuController(TestController):
|
||
|
|
||
|
def test_index(self):
|
||
|
response = self.app.get(url_for(controller='menu'))
|
||
|
# Test response...
|