Files @ 0c00fbaff55a
Branch filter:

Location: kallithea/pylons_app/tests/functional/test_changeset.py - annotation

Marcin Kuzminski
Fixed differ to properly extract filenames, and dates from diff file. and swaped order of columns with lines nr in diff html
1
2
3
4
5
6
7
from pylons_app.tests import *

class TestChangesetController(TestController):

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