Files @ da59b7e07e3c
Branch filter:

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

Marcin Kuzminski
Changed import to base. Removed action logging from auth to simplehg.
Splited loggin and invalidation action to private methods inside simplehg.
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...