-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deselection incorrectly determines the deselection reason #1372
Labels
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: enhancement
new feature or API change, should be merged into features branch
type: feature-branch
new feature or API change, should be merged into features branch
type: refactoring
internal improvements to the code
Comments
RonnyPfannschmidt
added
type: enhancement
new feature or API change, should be merged into features branch
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: refactoring
internal improvements to the code
type: feature-branch
new feature or API change, should be merged into features branch
labels
Feb 10, 2016
This was referenced Feb 10, 2016
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/pytest
that referenced
this issue
Aug 1, 2016
this addresses pytest-dev#1372 - we pretend we know the deselection reason from internal plugins and ignore 3rd party/local reasons
Fixed in #1779 |
This was referenced Aug 24, 2016
This was referenced Aug 31, 2016
This was referenced Nov 15, 2017
Merged
This was referenced Nov 27, 2017
This was referenced Dec 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
type: enhancement
new feature or API change, should be merged into features branch
type: feature-branch
new feature or API change, should be merged into features branch
type: refactoring
internal improvements to the code
the combination of the terminal plugin and the mark plugin assume, only the mark plugin can deselect tests
so that's whats being used in the terminal summary, and the hook for Deselection does not consider getting a deselection Reason
i propose adding a deselection reason too the hook and requiring plugins that deselect to pass it
starting in 3.0
in order to support that we might need to add support for defaults to hook invocation and specification in pluggy
The text was updated successfully, but these errors were encountered: