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_page.py
Raoul Snyman 462d1e6130 - Merged adminmenu and account.
- Added "Add Page" to menu.
- Added "New Page" page.
2010-03-11 23:18:40 +02:00

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