-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |