commit | 943be671b60dfcce829f177984c8ae82e0925fa8 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Thu Oct 04 19:20:16 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 08:44:34 2012 -0700 |
tree | cd8ccbc34053a2b5e9eaefd0ed9456855c09d1fb | |
parent | 7bfaeb42d985cd7168001f376bca615ae314ffa3 [diff] |
simplify test list generation os.walk is used instead of find/grep. All python files in the test directory are imported and used as modules if they define a subclass of unittest.TestCase. A single datastructure of tests cases is produced instead of two.