Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytest Asyncio Not Marked As Such #1912

Open
2 tasks
thewhaleking opened this issue May 21, 2024 · 0 comments
Open
2 tasks

Pytest Asyncio Not Marked As Such #1912

thewhaleking opened this issue May 21, 2024 · 0 comments
Assignees

Comments

@thewhaleking
Copy link
Contributor

thewhaleking commented May 21, 2024

The following tests are skipped when running Pytest because they are async but not marked with @pytest.mark.asyncio:

unit_tests/test_axon.py:

async def test_verify_body_integrity_happy_path
async def test_verify_body_integrity_edge_cases
async def test_verify_body_integrity_error_cases

If adding @pytest.mark.asyncio to them all, two pass, but one (test_verify_body_integrity_edge_cases) fails.

Needs investigating.

AC:

  • tests are no longer skipped
  • tests are passing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants