test-module
SolidRun tests for a specific SwarmLLM module and report results
AI & Automation 27 stars
7 forks Updated today Apache-2.0
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Module Test Runner
Run tests for a specific SwarmLLM module. The user specified: `$ARGUMENTS`
Working directory: `.`
## Instructions
1. Determine the test target from the argument:
- Module name like `network`, `inference`, `credit`, `api` → run `cargo test $ARGUMENTS`
- File path → determine the module and run targeted tests
- `integration` → run `cargo test --test integration -- --test-threads=1`
- `all` → run `cargo test`
2. Run the tests
3. Report concisely:
- Tests run / passed / failed / ignored
- For failures: test name + assertion message + file:line
- If no tests exist for the module, state that clearly
Details
- Author
- enapt
- Repository
- enapt/SwarmLLM
- Created
- 6 months ago
- Last Updated
- today
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
test_runner
Test execution, coverage analysis, failure diagnosis, re-run strategy.
1 Updated 4 days ago
jxoesneon AI & Automation Solid
check
Run full quality checks on SwarmLLM (fmt, clippy, test, build)
27 Updated today
enapt AI & Automation Listed
swarm
Parallel attempts.
68 Updated yesterday
lemoncrow-lab