annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
205
66b20f525750 Added feed controllers, urls,and changed index page to use them.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 from pylons_app.tests import *
66b20f525750 Added feed controllers, urls,and changed index page to use them.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
66b20f525750 Added feed controllers, urls,and changed index page to use them.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 class TestFeedController(TestController):
66b20f525750 Added feed controllers, urls,and changed index page to use them.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4
66b20f525750 Added feed controllers, urls,and changed index page to use them.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 def test_index(self):
66b20f525750 Added feed controllers, urls,and changed index page to use them.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 response = self.app.get(url(controller='feed', action='index'))
66b20f525750 Added feed controllers, urls,and changed index page to use them.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 # Test response...