Although the real issue was that the ruffus pipeline cannot be executed twice in the same process due to its reliance on global variables. The new OO pipeline in ruffus 2.6 would be one resolution that would allow for more comprehensive testing as opposed to farming out the execution to subprocess and inspecting the results, as is currently done.
16 lines
136 B
Plaintext
16 lines
136 B
Plaintext
tmp/
|
|
log/
|
|
*.pyc
|
|
tests/output/
|
|
.ruffus_history.sqlite
|
|
*.sublime-*
|
|
/*.pdf
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
venv/
|
|
*/test/output
|
|
bin/
|
|
include/
|
|
lib/
|