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

bugfix for issue #2491 #2791

Merged
merged 4 commits into from
Oct 25, 2017
Merged

bugfix for issue #2491 #2791

merged 4 commits into from
Oct 25, 2017

Commits on Sep 19, 2017

  1. If an exception happens while loading a plugin, PyTest no longer hid…

    …es the original traceback.
    
     In python2 it will show the original traceback with a new message that explains in which plugin.
     In python3 it will show 2 canonized exceptions, the original exception while loading the plugin in addition to an exception that PyTest throws about loading a plugin.
    OfirOshir committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    062a0e3 View commit details
    Browse the repository at this point in the history
  2. updating import plugin error test in order to make sure it also check…

    …s that the original traceback has been shown to the users
    OfirOshir committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    c89827b View commit details
    Browse the repository at this point in the history
  3. updating bugfix changelog

    OfirOshir committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    b57a84d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. fixing cr

    OfirOshir authored Sep 20, 2017
    Configuration menu
    Copy the full SHA
    d96869f View commit details
    Browse the repository at this point in the history