8 lines
204 B
Python
8 lines
204 B
Python
|
from scribeengine.tests import *
|
||
|
|
||
|
class TestMediaController(TestController):
|
||
|
|
||
|
def test_index(self):
|
||
|
response = self.app.get(url(controller='media', action='index'))
|
||
|
# Test response...
|