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

Bug report, missing unicorn emoji #1

Open catherio opened 2 hours ago

catherio commented 2 hours ago

I am having a problem with your project. When I run the command, I don't get the expected unicorn emoji. Please help.

github-actions[bot] commented 2 hours ago

Thanks for reporting this issue! To help us investigate this problem, we'll need some additional information. Could you please provide:

  1. A minimal code example that demonstrates the issue, like:
    
    import pytest

def test_example():

Show where you expected to see the unicorn emoji

# 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!