Tests the cocopp module.
Class InfolderGoneWithTheWind with InfolderGoneWithTheWind(): ... executes the block in a
Function depreciated_data_archive_get CAVEAT: this won't work anymore as the get_first method changed to get_one
Function data_archive_get Undocumented
Function join_path Undocumented
Function copy_latex_templates Undocumented
Function run_latex_template Undocumented
Function retrieve_algorithm depreciated (replaced by cocopp._data_archive COCODataArchive instance replaced by cocopp.archiving.get or cocopp.archiving.official_archives or cocopp.archives.all)
Function depreciated_prepare_data Undocumented
Function process_doctest_output Undocumented
Function delete_files Undocumented
Function main these tests are executed when python cocopp is called.
def depreciated_data_archive_get(substrs):

CAVEAT: this won't work anymore as the get_first method changed to get_one

return first matching data paths for each element of substrs concatenated in a string.

Specifically:

return ' ' + ' '.join(cocopp._data_archive.get_first(substrs))

Implemented via subprocess to prevent the need to import cocopp in this file here (prevent the script vs module absolute import issue).

def data_archive_get(substrs):
Undocumented
def join_path(a, *p):
Undocumented
def copy_latex_templates():
Undocumented
def run_latex_template(filename, all_tests):
Undocumented
def retrieve_algorithm(data_path, folder_name, algorithm_name, file_name=None):
depreciated (replaced by cocopp._data_archive COCODataArchive instance replaced by cocopp.archiving.get or cocopp.archiving.official_archives or cocopp.archives.all)
def depreciated_prepare_data(run_all_tests):
Undocumented
def process_doctest_output(stream=None):
Undocumented
def delete_files(all_files=False):
Undocumented
def main(arguments):

these tests are executed when python cocopp is called.

with wine as second argument C:\Python26\python.exe instead of python is called

API Documentation for cocopp, generated by pydoctor at 2020-01-21 16:27:37.