comparison pylons_app/tests/functional/test_shortlog.py @ 83:db39d0ca5308

implemented Shortlog as seperate controller, filters rewrite. Little html fixes
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 11:23:10 +0200
parents
children 7c978511c951
comparison
equal deleted inserted replaced
82:670713507d03 83:db39d0ca5308
1 from pylons_app.tests import *
2
3 class TestShortlogController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='shortlog', action='index'))
7 # Test response...