You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track its progress - if it somehow "changes". I cannot do that right now, since expected_fail means "negative test" (instead of pytest's xfail)
Revert "the useless todo". If it happens to match "exactly", then this will be triggered. But otherwise, the slightest deviation will continue masking this
I would like to be able:
xfail
if-f it does not matchout: |
, but matchesxfail: |
(imaginary attribute), but continuesxpass
if-f it matchesout: |
(preferably strict, since it will lead to actually noticing in CI/CDfail
This is clearly wrong:
https://github.com/stdedos/matplotlib-stubs-hoel/actions/runs/6221692521/job/16884150094
And I'd like to:
expected_fail
means "negative test" (instead of pytest'sxfail
)This is (hopefully) illustrated by this example:
The text was updated successfully, but these errors were encountered: