Skip to content

Async Test Support Missing #25

@murnanedaniel

Description

@murnanedaniel

Priority

Low

Type

Test Infrastructure

Summary

The async tests in test_claude_service.py fail because pytest-asyncio is not configured.

Fix

Install pytest-asyncio:

pip install pytest-asyncio

Update pytest.ini:

[pytest]
asyncio_mode = auto

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions