Open catherio opened 2 hours ago
Thanks for reporting this issue! To help us investigate this problem, we'll need some additional information. Could you please provide:
import pytest
def test_example():
# and what happened instead
...
2. The version of pytest-catherio you're using
3. What you expected to see vs what actually happened
4. Any error messages you received (if applicable)
An ideal bug report would look something like this:
Using pytest-catherio v1.2.3
Code: def test_my_function(): result = some_function() assert "🦄" in result
Expected: Function output contains unicorn emoji Actual: Emoji is missing or displays differently
This information will help us reproduce and fix the issue. Thanks!
I am having a problem with your project. When I run the command, I don't get the expected unicorn emoji. Please help.