We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a2182 commit df358b8Copy full SHA for df358b8
1 file changed
AGENTS.md
@@ -28,7 +28,7 @@ This repository is an Azure solution accelerator for SQL modernization. It combi
28
- Quota-related helper: `./scripts/quota_check_params.sh`.
29
30
### Testing and linting
31
-- Backend tests: run from `src/backend` with `pytest`.
+- Backend tests: run from `src/backend` with `pytest`. Requires `pytest-asyncio` (in requirements.txt) for async test collection.
32
- Frontend lint: run from `src/frontend` with `npm run lint`.
33
- End-to-end tests live in `tests/e2e-test/` and use Playwright + pytest.
34
0 commit comments