toil.test.utils.toilDebugTest
¶
Module Contents¶
Functions¶
Test toilDebugFile.printContentsOfJobStore(). |
|
|
Fn for testFetchJobStoreFiles() and testFetchJobStoreFilesWSymlinks(). |
Test toilDebugFile.fetchJobStoreFiles() symlinks. |
Attributes¶
- toil.test.utils.toilDebugTest.logger¶
- toil.test.utils.toilDebugTest.testJobStoreContents()[source]¶
Test toilDebugFile.printContentsOfJobStore().
Runs a workflow that imports ‘B.txt’ and ‘mkFile.py’ into the jobStore. ‘A.txt’, ‘C.txt’, ‘ABC.txt’ are then created. This checks to make sure these contents are found in the jobStore and printed.
- toil.test.utils.toilDebugTest.fetchFiles(symLink, jobStoreDir, outputDir)[source]¶
Fn for testFetchJobStoreFiles() and testFetchJobStoreFilesWSymlinks().
Runs a workflow that imports ‘B.txt’ and ‘mkFile.py’ into the jobStore. ‘A.txt’, ‘C.txt’, ‘ABC.txt’ are then created. This test then attempts to get a list of these files and copy them over into our output diectory from the jobStore, confirm that they are present, and then delete them.