コード例 #1
0
ファイル: tests.py プロジェクト: nengnengwu/recodoc2
 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
ファイル: starteclipse.py プロジェクト: bartdag/recodoc2
 def handle_noargs(self, **options):
     start_eclipse()
コード例 #5
0
ファイル: tests.py プロジェクト: nengnengwu/recodoc2
 def setUpClass(cls):
     time.sleep(1)
     start_eclipse()
コード例 #6
0
ファイル: tests.py プロジェクト: nengnengwu/recodoc2
 def testEclipse(self):
     start_eclipse()
     self.assertTrue(check_eclipse())
     stop_eclipse()
コード例 #7
0
 def handle_noargs(self, **options):
     start_eclipse()