Open catherio opened 2 hours ago
Hello! We'll need more information to help diagnose the issue. Please provide:
# Example of what we need:
import pytest
def test_my_feature():
...
2. The error message or unexpected behavior you're seeing
3. What you expected to happen instead
4. Your environment details:
- Python version
- pytest version
- pytest-catherio version
Here's an example of a complete bug report:
Using pytest-catherio 1.2.3 with Python 3.8 and pytest 7.0.0
This code: def test_example(): assert True
Expected: Test passes Actual: Getting error "..." (include full error message)
This will help us track down and fix the issue. Thanks!
I tried everything.