Skip to content

Commit

Permalink
fixing cr
Browse files Browse the repository at this point in the history
  • Loading branch information
OfirOshir authored Sep 20, 2017
1 parent b57a84d commit d96869f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/2491.bugfix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
If an exception happens while loading a plugin, PyTest no longer hides the original traceback.
If an exception happens while loading a plugin, pytest no longer hides 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.
in addition to an exception that PyTest throws about loading a plugin.

0 comments on commit d96869f

Please sign in to comment.