graik / biskit

A Python platform for Structural Bioinformatics
http://biskit.pasteur.fr
Other
54 stars 20 forks source link

test failure: Executor.Test.test_tempfiles #6

Closed graik closed 8 years ago

graik commented 8 years ago

FAIL: Executor.Test.test_tempfiles

Traceback (most recent call last): File "/home/raik/data/py/Biskit/Executor.py", line 802, in test_tempfiles 'tempfolder has not been removed.') AssertionError: tempfolder has not been removed.

graik commented 8 years ago

fixed, error in if statement made the removal of temporary folders dependent on the verbosity level of the test (only if verbose==1).