diff 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
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_admin_repos.py	Sun Mar 31 19:31:50 2013 +0200
+++ b/rhodecode/tests/functional/test_admin_repos.py	Sun Mar 31 21:31:36 2013 +0200
@@ -23,9 +23,6 @@
 
 class TestAdminReposController(TestController):
 
-    def __make_repo(self):
-        pass
-
     def test_index(self):
         self.log_user()
         response = self.app.get(url('repos'))