scribeengine/scribeengine/tests/functional/test_admin.py

8 lines
204 B
Python

from scribeengine.tests import *
class TestAdminController(TestController):
def test_index(self):
response = self.app.get(url(controller='admin', action='index'))
# Test response...