chore(openspec): archive add-testing-helpers - #26
Merged
Conversation
PR #24 (commit f0f9507) shipped the implementation: the `cfn_handler.testing` module with `replay()`, `Replay`, `make_event` / `make_context`, the three assertion helpers, and auto-discovered pytest fixtures, plus the soft-deprecation of `test_mode` / `last_response`. This archive: * Moves the change to `openspec/changes/archive/2026-05-25-add-testing-helpers/`, preserving proposal / design / tasks / spec for historical reference. * Promotes the delta spec to a new top-level capability at `openspec/specs/testing-helpers/spec.md` (verbatim copy of the ADDED requirements + a fresh Purpose section). `openspec validate testing-helpers --type spec --strict` passes. `openspec list` is now empty — no active changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Archives the
add-testing-helperschange now that PR #24 has merged(commit
f0f9507) and shipped thecfn_handler.testingmodule withreplay(), the structuredReplayvalue,make_event/make_contextfactories, three assertion helpers, and pytest11-discoveredfixtures, plus the soft-deprecation of
test_mode/last_response.After this PR merges,
openspec listreturns empty.Changes
openspec/changes/add-testing-helpers/→openspec/changes/archive/2026-05-25-add-testing-helpers/(verbatim;preserves proposal / design / tasks / spec for historical reference).
openspec/specs/testing-helpers/spec.md— the 9 ADDED requirementswith their scenarios, plus a Purpose section explaining the role of the
capability and its relationship to
lifecycle-handler/polling.openspec validate testing-helpers --type spec --strictpasses.Tests
openspec validate testing-helpers --type spec --strictpassesopenspec listreports zero active changes after archiveBreaking changes?
No. This is a documentation/spec move. No code changes.