diff pylons_app/tests/functional/test_admin.py @ 43:2e1247e62c5b

changed for pylons 0.1 / 1.0 added admin controller
author marcink
date Wed, 07 Apr 2010 15:28:50 +0200
parents
children 7c978511c951
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pylons_app/tests/functional/test_admin.py	Wed Apr 07 15:28:50 2010 +0200
@@ -0,0 +1,7 @@
+from pylons_app.tests import *
+
+class TestAdminController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='admin', action='index'))
+        # Test response...