Files @ 8bdec09436cb
Branch filter:

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

Marcin Kuzminski
bumped version to 0.7.1 added atom and rss feeds. Moved https Fixud middleware before error middleware to proper generate debug page (static imports)
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...