Nm Leyline Pytest Config

v1.0.0

Standardized pytest configuration for Claude Night Market plugin testing with reusable fixtures and CI integration

0· 17·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (pytest configuration, reusable fixtures, CI integration) align with the provided SKILL.md and module files. The only declared requirement is a config path (night-market.leyline:testing-quality-standards), which fits a testing-quality-standards dependency.
Instruction Scope
Runtime instructions and included module contents focus on pytest config, conftest templates, Git test fixtures, mock fixtures, and CI workflows. There are no instructions to read unrelated system files, environment secrets, or to transmit data to unexpected remote endpoints. Note: the GitRepository helper uses subprocess.run to invoke git (expected for git workflow tests).
Install Mechanism
No install spec and no code files executed by the platform — instruction-only skill. CI examples reference standard public actions (actions/checkout, setup-python, codecov) which is expected for CI patterns.
Credentials
No environment variables or credentials are required. The single declared config path is relevant to test-quality standards. There are no requests for unrelated secrets or tokens.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/privileged presence or modify other skills' configs.
Assessment
This skill appears to be a straightforward pytest configuration and fixture library for Night Market plugin testing. Before using it: (1) review any tests you run from untrusted sources — tests can execute shell commands (the GitRepository helpers call git via subprocess), so running arbitrary tests may execute commands on your machine or CI runner; (2) the CI examples use network calls (pip install, codecov) — ensure CI tokens and secrets are configured safely in your pipeline and not bundled into tests; (3) because this is instruction-only, it will not install code automatically, but if you copy or run the provided fixtures you should check they don't reference any private paths or secrets. If you only need pytest patterns and fixtures, this skill is coherent and proportionate.

Like a lobster shell, security has layers — review code before you run it.

latestvk971b5p44g3xfsvhwa70jmad0h84rt11

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🦞 Clawdis
Confignight-market.leyline:testing-quality-standards

Comments