Mercurial > public > src > rhodecode
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pylons_app/tests/functional/test_summary.py Sun Apr 18 00:31:58 2010 +0200 @@ -0,0 +1,7 @@ +from pylons_app.tests import * + +class TestSummaryController(TestController): + + def test_index(self): + response = self.app.get(url(controller='summary', action='index')) + # Test response...