scripttest icon indicating copy to clipboard operation
scripttest copied to clipboard

Add option to disable pre/post-test base directory traversal

Open chrahunt opened this issue 6 years ago • 0 comments

Currently in TestFileEnvironment.run() we walk the entire script directory before and after execution of the process. In general this is probably much less optimal than we could be - individual tests could assert for specific expected files.

We should take a parameter in __init__ to allow disabling this behavior.

chrahunt avatar Sep 30 '19 02:09 chrahunt