-
Notifications
You must be signed in to change notification settings - Fork 75
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
invalid reports when used with -rA
, repeats 3 times with instafail
#222
Comments
stas00
changed the title
invalid reports when used with
invalid reports when used with Apr 5, 2021
-rA
-rA
, repeats 3 times with instafail
Hey 👋, pytest-sugar is actually a fork of pytest-instafail so you probably don't want both of them to be installed. |
Thank you for the explanation of the problem, @Teemu Should pytest-sugar print a warning or assert if both are detected - how would other users know that they must not use the 2 together? |
Yeah we could do that 👍
…On Fri 11. Nov 2022 at 19.29, Stas Bekman ***@***.***> wrote:
Thank you for the explanation of the problem, @Teemu
<https://github.com/Teemu>
Should pytest-sugar print a warning or assert if both are detected - how
would other users know that they must not use the 2 together?
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAANAMTOPWMCRSJBBUODBXDWHZ7A5ANCNFSM42MAT4WA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you, @Teemu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pytest-sugar reports strange things when used with
-rA
Command used to run pytest
pytest test_example.py
Test file
Output
with -rA
2 problems:
If combined with
instafail
It now also reports the test 3 times! ✓✓✓
W/o
-rA
Thanks.
The text was updated successfully, but these errors were encountered: