Files
vercel__workflow/workbench/python/e2e-conformance.json
Fantix King 09b299a03e [e2e] Add Python e2e Test (#3369)
Turns `packages/core/e2e/e2e.test.ts` into a cross-language conformance
suite and adds `workbench/python` as its first non-JavaScript subject.

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 16:56:05 -04:00

20 lines
597 B
JSON

{
"$comment": [
"Which `workflows/99_e2e` fixtures this app implements, and which individual",
"tests its runtime cannot pass yet. Format and ratcheting rules:",
"`packages/core/e2e/e2e-conformance.example.json`.",
"",
"Grow the list as fixtures are ported to `workflows/99_e2e.py`, one at a time,",
"and only once the test passes. Never shrink it without saying why."
],
"language": "python",
"fixtures": [
"addTenWorkflow",
"nullByteWorkflow",
"parallelSleepWorkflow",
"promiseAllWorkflow",
"sleepInLoopWorkflow",
"sleepingWorkflow"
]
}