Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore exception context when passed in loader's _makeFailedTest method
Loader's `_makeFailedTest` now handles both the case where `exception` is an Exception instance and the case where `exception` is an exception information tuple (as given by `sys.exc_info()`). Rely on six.reraise to handle the latter case. Closes nose-devs#48.
- Loading branch information