scribeengine/scribeengine/tests/functional/test_admin.py

8 lines
204 B
Python
Raw Normal View History

2010-01-15 20:55:30 +00:00
from scribeengine.tests import *
class TestAdminController(TestController):
def test_index(self):
response = self.app.get(url(controller='admin', action='index'))
# Test response...