catherio / pytest-catherio

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
0 stars 0 forks source link

My tests don't pass #4

Open catherio opened 3 hours ago

catherio commented 3 hours ago

I ran pytest on some buggy code and the tests didn't pass, I don't like my failures being highlighted >:(

github-actions[bot] commented 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:

  1. A minimal example of your failing test
  2. The complete error message or unexpected behavior you're seeing
  3. What you expected to happen instead
  4. Your Python version and pytest-catherio version

This will help us reproduce and fix the issue. You can edit your original post to include these details.