Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul exception reporting. #129

Merged
merged 1 commit into from
Mar 9, 2015
Merged

Commits on Mar 9, 2015

  1. Overhaul exception reporting.

    unittest2 recently added the ability to show local variables in
    tracebacks as testing-cabal#111
    requested for us. Reusing that requires some refactoring of our code,
    in particular where we were reimplementing bits of the traceback
    module. Now we can just hard-depend on traceback2 and linecache2 which
    are brought in by unittest2 1.0.0.
    
    Change-Id: Ieb3268029d26b48ed4fcd25ed644bd339f6aa3fb
    rbtcollins committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    55278e0 View commit details
    Browse the repository at this point in the history