comparison rhodecode/tests/functional/test_files.py @ 547:1e757ac98988

renamed project to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:18:16 +0200
parents pylons_app/tests/functional/test_files.py@6b934c9607e7
children 8acbfa837180
comparison
equal deleted inserted replaced
546:7c2f5e4d7bbf 547:1e757ac98988
1 from rhodecode.tests import *
2
3 class TestFilesController(TestController):
4
5 def test_index(self):
6 self.log_user()
7 response = self.app.get(url(controller='files', action='index',
8 repo_name='vcs_test',
9 revision='tip',
10 f_path='/'))
11 # Test response...