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
Context
I'm using Pytest to test a Flask webapp, when I execute my tests there is one of them that FAILS at the middel of the sequence, so the format of the following text will be red instead of green when they PASS.
Steps to reproduce:
Create a set of tests.
Place one test that will fail in order to be executed at the middle of the test execution.
Expected behavior
A clear and concise description of what you expected to happen.
Wheter the test fails the color will be red and if it's a pass, the color will be green.
Context
I'm using Pytest to test a Flask webapp, when I execute my tests there is one of them that FAILS at the middel of the sequence, so the format of the following text will be red instead of green when they PASS.
Steps to reproduce:
Expected behavior
A clear and concise description of what you expected to happen.
Wheter the test fails the color will be red and if it's a pass, the color will be green.
Screenshots
Here's a screenshot of the issue
VS Code detailed information
Environment:
Additional context
I'm using a Terminal hosted by VS Code (v1.53.2)
PS: I would love to contribute as it's my first ever issue reported but I can't figure out at the source code where is this coded.
The text was updated successfully, but these errors were encountered: