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.
$npx -y skills add blockscout/mcp-server --skill run-integration-testsInstalls into the current project.
Run `npx skills use "https://github.com/blockscout/mcp-server" --skill "blockscout/mcp-server/run-integration-tests"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/blockscout/mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/blockscout/mcp-server"` and select the relevant skills, then follow their instructions.