Close #7559: ImportError when loading a test now shown as ImportError.
Previously the ImportError was only shown if the top level containing package failed to import, with other ImportErrors showing up as AttributeError - hiding the real cause. As part of this, `TestLoader.loadTestsFromNames` now captures errors to self.errors.
R
Robert Collins committed
659dd625b4c3489fbefe9fa866d87bc2b5e14366
Parent: c134584