diff rhodecode/tests/models/test_repos.py @ 3829:5067d6e826a5 beta

created basic TestClass for tests that does basic pylons stack init
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 09 May 2013 00:04:43 +0200
parents 749dfd6b6e95
children 7e5f8c12a3fc
line wrap: on
line diff
--- a/rhodecode/tests/models/test_repos.py	Wed May 08 23:58:44 2013 +0200
+++ b/rhodecode/tests/models/test_repos.py	Thu May 09 00:04:43 2013 +0200
@@ -1,5 +1,3 @@
-import os
-import unittest
 from rhodecode.tests import *
 
 from rhodecode.model.meta import Session
@@ -11,7 +9,7 @@
 fixture = Fixture()
 
 
-class TestRepos(unittest.TestCase):
+class TestRepos(BaseTestCase):
 
     def setUp(self):
         pass