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
where all the u characters are green (passing).
Actual behavior: Running the example produces mixed results - some u are green (passed subtests) and some are red (failed subtests).
The documentation should reflect the mixed pass/fail colors.
(it might be an issue in the code-block:: pytest style)
Also, we might want to use different characters for passing vs failing subtests to support non-color terminal outputs
Location: https://docs.pytest.org/en/stable/how-to/subtests.html#subtests
The documentation shows:
where all the
ucharacters are green (passing).Actual behavior: Running the example produces mixed results - some u are green (passed subtests) and some are red (failed subtests).
The documentation should reflect the mixed pass/fail colors.
(it might be an issue in the
code-block:: pyteststyle)Also, we might want to use different characters for passing vs failing subtests to support non-color terminal outputs