comparison pylons_app/tests/functional/test_summary.py @ 82:670713507d03

Moved summary to seperate controller, little cleanups in templates. added archives to summary
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 00:31:58 +0200
parents
children 7c978511c951
comparison
equal deleted inserted replaced
81:c2f27b9b81bc 82:670713507d03
1 from pylons_app.tests import *
2
3 class TestSummaryController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='summary', action='index'))
7 # Test response...