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.
1 file changed