Run Integration Tests

Use this skill WHENEVER you are about to run the integration tests of this project — the whole suite, a single module, or one test. This includes any time you would otherwise type `pytest -m integration`, `uv run pytest -m integration`, run anything under `tests/integration/`, or want to check live Blockscout/Chainscout/BENS connectivity. Integration tests make real network calls with no hard HTTP timeout, so one unresponsive endpoint can hang a plain pytest run for an unbounded time and block you. This skill runs each test in an isolated subprocess with a per-test timeout, kills any hung test, and always returns a bounded report flagging which tests timed out or are slow. Prefer it over invoking pytest directly for integration tests.

blockscout 7cc5760 2 files · 5.4 KB Updated

File contents

blockscout/mcp-server/tree/main/.agents/skills/run-integration-tests commit 7cc57606d1

Frequently asked questions

npx skillmds@latest add blockscout/run-integration-tests