Пример #1
0
 def test_high_level_compiled_binary(self):
     deploy_problem(join(PATH, "problems/local_compiled1"), test=True)
     deploy_problem(join(PATH, "problems/local_compiled2"), test=True)
     deploy_problem(join(PATH, "problems/remote_compiled1"), test=True)
Пример #2
0
 def test_remote_no_compile(self):
     deploy_problem(join(PATH, "problems/remote_no_compile"), test=True)
Пример #3
0
 def test_compiled_sources_url(self):
     deploy_problem(join(PATH, "problems/compiled_sources_url"), test=True)
Пример #4
0
 def test_remote_compiled_makefile_template(self):
     deploy_problem(join(PATH, "problems/remote_compiled_makefile_template"), test=True)
 def test_high_level_compiled_binary(self):
     deploy_problem(join(PATH, "problems/local_compiled1"), test=True)
     deploy_problem(join(PATH, "problems/local_compiled2"), test=True)
     deploy_problem(join(PATH, "problems/remote_compiled1"), test=True)
 def test_compiled_sources_url(self):
     deploy_problem(join(PATH, "problems/compiled_sources_url"), test=True)
 def test_remote_no_compile(self):
     deploy_problem(join(PATH, "problems/remote_no_compile"), test=True)
 def test_remote_compiled_makefile_template(self):
     deploy_problem(join(PATH, "problems/remote_compiled_makefile_template"), test=True)