view pylons_app/tests/functional/test_changelog.py @ 106:a86c8de926b4

some fixes in graph tab. Little fixes in files
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 23:26:14 +0200
parents aec4c0071cb3
children 7c978511c951
line wrap: on
line source

from pylons_app.tests import *

class TestChangelogController(TestController):

    def test_index(self):
        response = self.app.get(url(controller='changelog', action='index'))
        # Test response...