Files @ be4621c6de58
Branch filter:

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

Marcin Kuzminski
Pygments code coloring rewrite, annotation was moved to vcs whitch had much better lib for that. Fixed code recognition based on mimetypes of filenodes, for better coloring.
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...