462d1e6130
- Added "Add Page" to menu. - Added "New Page" page.
8 lines
202 B
Python
8 lines
202 B
Python
from scribeengine.tests import *
|
|
|
|
class TestPageController(TestController):
|
|
|
|
def test_index(self):
|
|
response = self.app.get(url(controller='page', action='index'))
|
|
# Test response...
|