Skip to content

Commit df358b8

Browse files
committed
docs: update AGENTS.md with pytest-asyncio note
1 parent c6a2182 commit df358b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This repository is an Azure solution accelerator for SQL modernization. It combi
2828
- Quota-related helper: `./scripts/quota_check_params.sh`.
2929

3030
### Testing and linting
31-
- Backend tests: run from `src/backend` with `pytest`.
31+
- Backend tests: run from `src/backend` with `pytest`. Requires `pytest-asyncio` (in requirements.txt) for async test collection.
3232
- Frontend lint: run from `src/frontend` with `npm run lint`.
3333
- End-to-end tests live in `tests/e2e-test/` and use Playwright + pytest.
3434

0 commit comments

Comments
 (0)