自然语言
CLI 命令
检测到的工具
Arka 会查找:- Python:
pytest、unittest、ruff、flake8 - Node:
package.json脚本中的npm test、npm run lint - Rust:
cargo test、cargo clippy - Go:
go test ./... - Make: 当
Makefile定义了test目标时的make test
为当前 git 项目检测并运行快速 lint 和测试检查。
pytest、unittest、ruff、flake8package.json 脚本中的 npm test、npm run lintcargo test、cargo clippygo test ./...Makefile 定义了 test 目标时的 make test