proef-core 0.3.0

Engine-agnostic core of proef: parsing, binding, lowering, IR, emit, dispatch, World, events, errors
Documentation
1
2
3
4
5
6
7
8
9
10
# proef built-in macro pack (embedded at build time — TECH-SPEC §4.1).
# Generic assert vocabulary usable by every suite.
templates:
  expectStatus:
    params: [status]
    match: "the response status is {status}"
    description: Assert the HTTP status of the previous request.
    tags: [Core]
    expect:
      - status: "${status}"