Files @ e01a85f9fc90
Branch filter:

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

Marcin Kuzminski
fixed initial whoosh indexer. Build full index on first run even with incremental flag
from pylons_app.tests import *

class TestFilesController(TestController):

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