fixing cr

This commit is contained in:
OfirOshir 2017-09-20 09:45:40 +03:00 committed by GitHub
parent b57a84d065
commit d96869ff66
1 changed files with 2 additions and 2 deletions

View File

@ -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.