I&#39;d really like to see a fix that works with loadTestsFromNames - generating failing tests, for instance, and the failing tests having the full import error string in them. This doesn&#39;t preclude raising ImportError from loadTestFromName, and in fact I&#39;d encourage that as a step towards the aforementioned loadTestsFromNames change.<br>
<br>It is a change with the existing misguided behaviour; sometimes thats better to do than preserving compat; as you say a new API might be best overall though. I&#39;d go with a keyword arg rather than a new function, I think.<br>