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

Number of times a test is reran? #20

Closed
keightley92 opened this issue Feb 4, 2015 · 2 comments
Closed

Number of times a test is reran? #20

keightley92 opened this issue Feb 4, 2015 · 2 comments

Comments

@keightley92
Copy link

Is there a way to see how many times one test was reran, i know at the end it shows how many where reran but it dosent show how many times one test was reran

@klrmn
Copy link
Contributor

klrmn commented Feb 4, 2015

not in so many words, but if you use the "-r R" flag, then it will create a
list like

=========================== rerun test summary info ============================
RERUN test_report_on_with_reruns.py::test_flaky_test
RERUN test_report_on_with_reruns.py::test_flaky_test

Please note that pytest-rerunfailures is not under active development,
and I am unlikely to implement any new features.

-Leah

On Wed, Feb 4, 2015 at 9:57 AM, keightley92 notifications@github.com
wrote:

Is there a way to see how many times one test was reran, i know at the end
it shows how many where reran but it dosent show how many times one test
was reran


Reply to this email directly or view it on GitHub
#20.

@florianpilz
Copy link
Contributor

Hi @keightley92! We (gocept) have accepted the ownership of pytest-rerunfailures and are the new maintainers.

Even though it might be nice to see a number, it does not provide a lot of value. Compared to the other issues currently opened, it is a minor problem and not worth our time atm. If you are eager to see a number, go ahead and implement it yourself. We will gladly accept tested pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants