test

A project-specific command guide for running Rust tests, including the same test command used by continuous integration, the automated build-and-test system.

In plain words
What is it for?
Use it to run the library, integration, enterprise, monitoring, cloud, and context-memory tests, while applying the required environment setting and reporting failures.
Why use it?
It reduces differences between local testing and CI and records extra commands for focused integration tests and feature combinations.

Command for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/platinoff/poolai/test
Clone the repo
git clone --depth 1 https://github.com/platinoff/poolAI

Made for: Cursor.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 296 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00296
Opus 5 $0.00000 $0.00148
Sonnet 5 $0.00000 $0.00059
Haiku 4.5 $0.00000 $0.00030

Measured yesterday against content hash 06fcbdf5c0d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

test scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/commands/test.md · 24 lines

What it actually says

Test Command

Run tests for the project.

Required CI parity (matches .github/workflows/ci.yml required step; in MSYS2 bash before cargo):

export K8S_OPENAPI_ENABLED_VERSION=1.28
cargo test --lib --tests --features ml,enterprise,cloud

Steps

  1. Required: run the bash block above (CI parity).
  2. Optional: run cargo test --all-features for a fuller matrix (heavy; on Windows MSVC may hit compiler stack issues — prefer GNU toolchain from rust-toolchain.toml or Linux CI)
  3. For context memory changes: cargo test --test context_memory_integration
  4. For enterprise audit logger changes: cargo test --test enterprise_audit_integration --features enterprise
  5. For enterprise monitoring changes: cargo test --test enterprise_monitoring_integration --features enterprise and cargo test --test enterprise_monitoring_sqlite_integration --features enterprise
  6. For cloud mock provider changes: cargo test --test cloud_mock_integration --features cloud,cloud-sdk -- --test-threads=1 (requires rustc >= 1.88 for AWS SDK; ensure enough free disk space to build dependencies)
  7. Report test results and any failures
  8. If tests fail, analyze the failures and suggest fixes

Return test summary.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 24 lines · 0 tokens per session scan A 06fcbdf5c0d8

Subscribe to this mod's changes

test is a command published in the GitHub repository platinoff/poolAI (4 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 296 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.