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_feed.py

8 lines
202 B
Python
Raw Normal View History

2010-01-26 13:06:47 +00:00
from scribeengine.tests import *
class TestFeedController(TestController):
def test_index(self):
response = self.app.get(url(controller='feed', action='index'))
# Test response...