From b57a84d065846076ab8df6316700ff2ecb0903aa Mon Sep 17 00:00:00 2001 From: Ofir Date: Tue, 19 Sep 2017 15:36:12 +0300 Subject: [PATCH] updating bugfix changelog --- changelog/2491.bugfix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/2491.bugfix diff --git a/changelog/2491.bugfix b/changelog/2491.bugfix new file mode 100644 index 000000000..0516b0b5e --- /dev/null +++ b/changelog/2491.bugfix @@ -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. \ No newline at end of file