This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
old-scribeengine/scribeengine/tests/functional/test_blog.py
2010-01-15 22:55:30 +02:00

8 lines
202 B
Python

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