2017-09-20 14:45:40 +08:00
|
|
|
If an exception happens while loading a plugin, pytest no longer hides the original traceback.
|
2017-09-19 20:36:12 +08:00
|
|
|
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
|
2017-09-20 14:45:40 +08:00
|
|
|
in addition to an exception that PyTest throws about loading a plugin.
|