Skip to content
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

Provision to display summary/reason of the deselected tests in pytest #3971

Open
gopishrk opened this issue Sep 12, 2018 · 1 comment
Open
Labels
topic: reporting related to terminal output and user-facing messages and errors type: backward compatibility might present some backward compatibility issues which should be carefully noted in the changelog type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature

Comments

@gopishrk
Copy link

Current pytest implementation has the provision to display the skipped tests at the end if we pass the option '-rs'. But there is no option available to display similar summary for the deselected tests. It only shows how many tests are deselected, but not printing the name of deselected test and reason regarding why it is deselected.

@RonnyPfannschmidt RonnyPfannschmidt added the type: backward compatibility might present some backward compatibility issues which should be carefully noted in the changelog label Sep 12, 2018
@RonnyPfannschmidt
Copy link
Member

deselection is currently unable to pass trough reason and the api is a mess to evolve, so its currently not being touched

@Zac-HD Zac-HD added topic: reporting related to terminal output and user-facing messages and errors type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature labels Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: reporting related to terminal output and user-facing messages and errors type: backward compatibility might present some backward compatibility issues which should be carefully noted in the changelog type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
Projects
None yet
Development

No branches or pull requests

3 participants