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

8 lines
204 B
Python
Raw Normal View History

2010-04-12 11:21:00 +00:00
from scribeengine.tests import *
class TestMediaController(TestController):
def test_index(self):
response = self.app.get(url(controller='media', action='index'))
# Test response...