cocopp.test module documentationcocopp
| 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. |
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).
cocopp.archiving.get or cocopp.archiving.official_archives or cocopp.archives.all)