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

It failed without error message. #5

Open catherio opened 2 hours ago

catherio commented 2 hours ago

I don't know how to find good examples. It failed without error message. fix my ubug 1!

github-actions[bot] commented 2 hours ago

Thank you for reporting this issue. However, I cannot investigate without more information. Please provide:

  1. A minimal example of your test code that reproduces the issue
  2. The exact command you ran
  3. The complete output you received
  4. The version of pytest-catherio you're using

Here's an example of what a complete bug report might look like:

# test_example.py
def test_sample():
    assert True

# Command run:
$ pytest test_example.py --catherio

# Output received:
<paste the complete output here>

# Environment:
pytest-catherio version: 1.2.3
pytest version: 7.1.0
Python version: 3.8.10

This information will help me understand and reproduce the issue you're experiencing.