test-module

Solid

Run tests for a specific SwarmLLM module and report results

AI & Automation 27 stars 7 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
32
Issue Health 10%
50
License 10%
100
Description 5%
100

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