Open catherio opened 3 hours ago
Thanks for reporting this issue! To help us investigate, we'll need more information about the problem you're experiencing. Here's an example of what would be helpful:
# test_example.py
def test_that_fails():
assert 1 + 1 == 2
# Output when running pytest:
$ pytest test_example.py
[error message or unexpected behavior here]
Please provide:
This will help us reproduce and fix the issue. You can edit your original post to include these details.
I ran pytest on some buggy code and the tests didn't pass, I don't like my failures being highlighted >:(