alt-pytest-asyncio
alt-pytest-asyncio copied to clipboard
An alternative plugin for pytest to make it support async tests and fixtures
Results
2
alt-pytest-asyncio issues
Sort by
recently updated
recently updated
newest added
trafficstars
Yay, excited to see someone taking up the task of writing better asyncio pytest plugin! I think it would help casual users if there was a comparison against `pytest-asyncio` in...
As `pytest-asyncio`, it seems that `alt-pytest-asyncio` also doesn't propagate ContextVar to tests. Instead of duplicating the problem description, I will list the references to the issue below: * [ContextVar not...