testing/test-data

test data Shipped

What this lens looks for

Construct test data per test; avoid large shared fixture files; use builder pattern or factory functions for complex objects; property-based generators for comprehensive input coverage; inline literals for simple cases; no hidden "magic" fixtures

What its verifier checks

No single shared fixture file used across many unrelated tests; complex object construction uses builders or factories; test data is visible in the test body, not loaded from an opaque external file