Files @ 00f883abdb0c
Branch filter:

Location: kallithea/pylons_app/tests/functional/test_changelog.py

Marcin Kuzminski
fixed a bug when given wrong username at login
broken in last reimplemntation of forms
1
2
3
4
5
6
7
from pylons_app.tests import *

class TestChangelogController(TestController):

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