예제 #1
0
 def setUpClass(cls):
     time.sleep(1)
     settings.PROJECT_FS_ROOT = settings.PROJECT_FS_ROOT_TEST
     settings.DEBUG = True
     start_eclipse()
     create_project_local('project1')
     create_code_local('project1', 'core', '3.0')
     to_path = get_codebase_path('project1', 'core', '3.0')
     to_path = os.path.join(to_path, 'src')
     os.rmdir(to_path)
     from_path = os.path.join(settings.TESTDATA, 'testproject3', 'src')
     shutil.copytree(from_path, to_path)
     link_eclipse('project1', 'core', '3.0')
예제 #2
0
파일: tests.py 프로젝트: bartdag/recodoc2
 def setUpClass(cls):
     time.sleep(1)
     start_eclipse()
예제 #3
0
파일: tests.py 프로젝트: bartdag/recodoc2
 def testEclipse(self):
     start_eclipse()
     self.assertTrue(check_eclipse())
     stop_eclipse()
예제 #4
0
 def handle_noargs(self, **options):
     start_eclipse()
예제 #5
0
 def setUpClass(cls):
     time.sleep(1)
     start_eclipse()
예제 #6
0
 def testEclipse(self):
     start_eclipse()
     self.assertTrue(check_eclipse())
     stop_eclipse()
예제 #7
0
 def handle_noargs(self, **options):
     start_eclipse()