-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
invalidstatus: needs informationreporter needs to provide more information; can be closed after 2 or more weeks of inactivityreporter needs to provide more information; can be closed after 2 or more weeks of inactivity
Description
pytest can handle -no:foo
option to disable loading foo
pytest extension.
Idea behind --dissect-extensions
option is to automatically run additional passes with dissected set of available pytest
extensions if error or warning will occur and report at the end which one of the errors or warnings have been reported when exact pytest extension is loaded.
I think that something like this would dramatically improve reporting some errors because it would be easier to point on exact extension which shows some warnings or errors or report errors against some pytest extensions.
I think that code handling such option should be core part of the pytest
(not as optional extension)
Metadata
Metadata
Assignees
Labels
invalidstatus: needs informationreporter needs to provide more information; can be closed after 2 or more weeks of inactivityreporter needs to provide more information; can be closed after 2 or more weeks of inactivity