From d96869ff66def703c410c4ab258864997adddbd7 Mon Sep 17 00:00:00 2001 From: OfirOshir Date: Wed, 20 Sep 2017 09:45:40 +0300 Subject: [PATCH] fixing cr --- changelog/2491.bugfix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/2491.bugfix b/changelog/2491.bugfix index 0516b0b5e..fbb16e17e 100644 --- a/changelog/2491.bugfix +++ b/changelog/2491.bugfix @@ -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. \ No newline at end of file +in addition to an exception that PyTest throws about loading a plugin.