updating bugfix changelog

This commit is contained in:
Ofir 2017-09-19 15:36:12 +03:00
parent c89827b9f2
commit b57a84d065
1 changed files with 4 additions and 0 deletions

4
changelog/2491.bugfix Normal file
View File

@ -0,0 +1,4 @@
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.