commit | 9cef27462230a60f932f5ec24b44171a8833b7de | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Jul 16 13:27:00 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Jul 16 13:27:00 2013 -0700 |
tree | 87baec03f4a15e01f6c7535d7ccda37ef4bfdb8b | |
parent | a8d749119c4ec5751c3d3957d3b73c022f50e02d [diff] |
do not attempt to execute base tests The OF 1.3 match.MatchTest class was intended to just be a base class, but since it inherits from unittest.TestCase it was being run as a test. This change ignores test classes that don't include a runTest field.