scribeengine/scribeengine/tests/functional/test_post.py

8 lines
202 B
Python

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