Files @ 7fcc539e20b1
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_files.py - annotation

Marcin Kuzminski
large initial commits fixup
little template fix
from rhodecode.tests import *

class TestFilesController(TestController):

    def test_index(self):
        self.log_user()
        response = self.app.get(url(controller='files', action='index',
                                    repo_name='vcs_test',
                                    revision='tip',
                                    f_path='/'))
        # Test response...