OpenMDAO / testflo

A simple python testing framework that can run unit tests under MPI (or not).
Other
3 stars 7 forks source link

added a check for non-package test files with duplicate local names #46

Closed naylor-b closed 3 years ago

naylor-b commented 3 years ago

A user at umich ran into an issue where he had a bunch of test files that weren't in python packages and some of those test files had the same local name. Some of those files were not being tested because testflo was just reusing the module it had previously imported that matched that local name. testflo now flags any non-package test files with duplicate local names as failed tests.