Files @ 3f01d02c2cc6
Branch filter:

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

Marcin Kuzminski
fixed error when browsing revisions on path that doesn't exist. Fixed files browsing. Fixed templates in branches and tags
1
2
3
4
5
6
7
from pylons_app.tests import *

class TestGraphController(TestController):

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