diff pylons_app/tests/functional/test_feed.py @ 205:66b20f525750

Added feed controllers, urls,and changed index page to use them.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 23 May 2010 01:03:54 +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_feed.py	Sun May 23 01:03:54 2010 +0200
@@ -0,0 +1,7 @@
+from pylons_app.tests import *
+
+class TestFeedController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='feed', action='index'))
+        # Test response...