issues
search
OpenMDAO
/
testflo
A simple python testing framework that can run unit tests under MPI (or not).
Other
3
stars
7
forks
source link
Fixed handling of --skip_dirs arg
#105
Closed
swryan
closed
8 months ago
swryan
commented
8 months ago
Summary
removed the resetting of the
skip_dirs
option to an empty list
updated the logic in
read_config_file
to append to options that are a list instead of replacing them
Also:
added
__pycache__
to the default
skip_dirs
list
Related Issues
Resolves #104
Backwards incompatibilities
None
New Dependencies
None
Summary
skip_dirs
option to an empty listread_config_file
to append to options that are a list instead of replacing themAlso:
__pycache__
to the defaultskip_dirs
listRelated Issues
Backwards incompatibilities
None
New Dependencies
None