Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ import pytest
async def test_async_function(): ...
```

By default, `anyio` runs every test that has the marker twice, once with `trio` and another time with `asyncio`.
By default, `anyio` runs every tests that has the marker on `asyncio` backend. If you also have`trio` installed, it will run each test twice, once with `trio` and another time with `asyncio`.
You probably want to restrict that by using either one or the other, in case you are testing an application,
and not a package:

Expand Down