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

This doesn't work #9

Open catherio opened 2 hours ago

catherio commented 2 hours ago

I tried everything.

github-actions[bot] commented 2 hours ago

Hello! We'll need more information to help diagnose the issue. Please provide:

  1. A minimal code example that demonstrates the problem:
    
    # Example of what we need:
    import pytest

def test_my_feature():

Show the actual code that isn't working

...

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!