-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
plugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin plugintopic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config file
Description
Using latest master exceptions during import of conftest files are caught and turned into ConftestImportFailure(conftestpath, sys.exc_info())
.
Removing the try/except I can debug the original exception using pytest --pdb
, which is not possible if the try/except in place.
What is the purpose for this / would it be an option to drop the try/except?
Metadata
Metadata
Assignees
Labels
plugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin plugintopic: configrelated to config handling, argument parsing and config filerelated to config handling, argument parsing and config file