comparison rhodecode/tests/functional/test_admin_repos.py @ 3645:aef5f5ce5ead beta

use fixtures for forking
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 31 Mar 2013 21:31:36 +0200
parents 4f80df0d45c8
children 8a86836fad64
comparison
equal deleted inserted replaced
3644:71860d0737e7 3645:aef5f5ce5ead
21 return perm 21 return perm
22 22
23 23
24 class TestAdminReposController(TestController): 24 class TestAdminReposController(TestController):
25 25
26 def __make_repo(self):
27 pass
28
29 def test_index(self): 26 def test_index(self):
30 self.log_user() 27 self.log_user()
31 response = self.app.get(url('repos')) 28 response = self.app.get(url('repos'))
32 # Test response... 29 # Test response...
33 30