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.
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.