@particle-academy/fancy-conformance 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/VERSION +1 -1
- package/package.json +1 -1
- package/suites/flow/graph-runs/cases.json +1855 -0
- package/suites/flow/graph-runs/manifest.json +27 -0
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ verbatim.
|
|
|
66
66
|
| `shared/expr` | 20 | `{{ }}` dot-path resolution and branch truthiness for fancy-flow node config |
|
|
67
67
|
| `shared/image-header` | 16 | Image dimensions read from the header bytes, without an image library |
|
|
68
68
|
| `shared/flow-run-identity` | 25 | fancy-flow's run/step identity: the idempotency key a retrying connector sends, and when a retry may still reuse it |
|
|
69
|
+
| `flow/graph-runs` | 23 | Whole-graph execution: the same `WorkflowSchema` in, the same `RunResult.outputs` out |
|
|
69
70
|
|
|
70
71
|
Every case carries an `id`, a `title`, the suite version it arrived in, and —
|
|
71
72
|
where it exists to catch something specific — a `notes` field saying what.
|
|
@@ -133,7 +134,7 @@ suites into decoration, so it is not representable here.
|
|
|
133
134
|
|
|
134
135
|
## This repository holds itself to the same standard
|
|
135
136
|
|
|
136
|
-
It ships
|
|
137
|
+
It ships four loaders for one fixture format, which is itself a duplicated
|
|
137
138
|
contract. So:
|
|
138
139
|
|
|
139
140
|
- Each language's test suite proves that language reads the fixtures correctly.
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-academy/fancy-conformance",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Shared cross-language conformance fixtures for the Fancy suite. One contract, N implementations, and a single table that every implementation asserts in its own CI — so 'parity' is a test result rather than a claim. Ships the fixture data itself, so a Rust, Go or Python runner can consume it without a JavaScript toolchain.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|