-
Notifications
You must be signed in to change notification settings - Fork 16
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
Tests are not executed when using --dead-fixtures #20
Comments
Oh, now I see, I thought you were expecting 51 items to be collected. |
@jllorencetti oh, that's a surprise for me. Could you please explain this design decision? |
@sobolevn when I first created the plugin I wasn't expecting it to be used for other people so I made it fit my particular workflow. |
So, can I make this change? I see it to be like this:
I guess 2 and 4 should be executed as soon as possible, so we don't have to waste users time on actually running any tests. @jllorencetti what do you think? |
@sobolevn looks good to me. Thanks! :) |
As I have already mentioned in #16 (comment) this plugin breaks the test count in the output.
How it is now
It seams that this plugin breaks something related with the tests count.
As we can clearly see that 16 tests were collected, but no tests ran.
Link to the build: https://travis-ci.org/wemake-services/wemake-django-template/builds/372351651
How it should be
Env
Here're my exact versions:
python
:3.6.5
,pytest
:==3.5.1
pytest-deadfixtures
:==2.0.1
The text was updated successfully, but these errors were encountered: