Closed
Description
In config.py pytest catches all Exceptions and rethrows them (poorly) as conftestImportFailure, losing the original traceback. this makes bug hunting rather tricky since the traceback pytest gives doesn't point at all to the cause of the error.
either throwing the original exception or rethrowing properly would be a good solution.
Metadata
Metadata
Assignees
Labels
No labels