Back to list
x07lang

x07-test

by x07lang

Programming language for 100% agentic coding

0🍴 0📅 Jan 26, 2026

SKILL.md


name: x07-test description: Run project tests using the X07 test harness (x07 test), producing a machine-readable JSON report. metadata: short-description: Run x07 tests version: 0.1.0 kind: docs

x07-test

This skill provides the single canonical way to run tests for an X07 project using the built-in test harness.

Canonical command

  • x07 test --manifest tests/tests.json

Notes

  • By default, x07 test prints JSON to stdout; use --report-out <path> to write a report file.
  • x07 test resolves stdlib.lock by searching upward from the manifest directory, then upward from the x07 executable location. Override with --stdlib-lock <path>.
  • New projects created with x07 init include tests/tests.json plus a minimal tests/smoke.x07.json.
  • Publishable package repos created with x07 init --package include tests/tests.json and publishable modules under modules/ (no tests/smoke.x07.json).
  • Tests under tests/ can import your project modules via project module-root discovery (typically src/ in projects, and modules/ in package repos).
  • World-gating is enforced at compile time: if a module calls fixture-world APIs (like fs.*) anywhere, it cannot be compiled in solve-pure. Keep pure tests and fixture tests in separate modules.

See also: https://x07lang.org/docs/toolchain/testing-by-example/

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon