Skip to content

bijux-dag-testkit

bijux-dag-testkit centralizes deterministic test fixtures, builders, and assertion helpers shared across DAG crates and top-level suites.

Use this page when the work is about DAG test support, reproducible fixtures, or shared assertions rather than production runtime behavior.

Responsibility Map

Surface Ownership
shared fixtures reusable graph and runtime test material
helpers builders and assertions used across DAG suites
boundary does not own production command routing, runtime policy, or release governance

Source Layout

  • crates/bijux-dag-testkit/src/lib.rs

Open Next

Code Anchors

  • crates/bijux-dag-testkit/README.md
  • crates/bijux-dag-testkit/CONTRACT.md
  • crates/bijux-dag-testkit/src/lib.rs

Review Lens

  • shared test helpers should improve determinism without hiding the behavior under test
  • production semantics should stay in product crates, not in fixture glue
  • repository-level test policy should still live in maintainer docs rather than this package page