This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Commit 6eeaebb
Nick Sullivan
⚙️ Set pytest asyncio fixture scope to function level
Prevents test isolation issues where async fixtures from one test
could interfere with another. Function scope ensures each test gets
fresh async event loop fixtures for reliable test execution.1 parent fc545d9 commit 6eeaebb
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments