skills/tests/fixtures/python-math-lib
dan 4da1890fc3 docs: add scenario schema and example test fixtures
Scaffold for agent capability benchmark harness (skills-qng9):
- docs/specs/scenario-schema.md: YAML schema for test scenarios
- tests/scenarios/: Easy, medium, hard example scenarios
- tests/fixtures/: Python fixtures for testing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 21:24:28 -08:00
..
src docs: add scenario schema and example test fixtures 2026-01-11 21:24:28 -08:00
tests docs: add scenario schema and example test fixtures 2026-01-11 21:24:28 -08:00
README.md docs: add scenario schema and example test fixtures 2026-01-11 21:24:28 -08:00

Python Math Library Fixture

Simple Python project for testing agent capability on basic tasks.

Structure

src/
  math_utils.py    # Math utility functions
tests/
  test_math_utils.py

Usage

# Run tests
pytest tests/ -v

Scenarios Using This Fixture

  • easy/add-factorial.yaml - Add factorial function