[v2] Add blackbox tests - #10591
Open
aemous wants to merge 5 commits into
Open
Conversation
aemous
force-pushed
the
blackbox-tests-foundation
branch
2 times, most recently
from
August 21, 2026 13:43
844b3ac to
7f16724
Compare
hssyoo
requested changes
Aug 21, 2026
aemous
force-pushed
the
blackbox-tests-foundation
branch
3 times, most recently
from
August 24, 2026 13:23
e02a9a2 to
9d8b865
Compare
hssyoo
reviewed
Aug 25, 2026
hssyoo
left a comment
Contributor
There was a problem hiding this comment.
Looking good, mainly had some structural feedback.
aemous
force-pushed
the
blackbox-tests-foundation
branch
2 times, most recently
from
September 2, 2026 23:18
3dad06f to
9a9d3de
Compare
hssyoo
requested changes
Sep 3, 2026
hssyoo
left a comment
Contributor
There was a problem hiding this comment.
Looks good, can we take a test dependency on localstub if we're going to be merging to v2
hssyoo
approved these changes
Sep 3, 2026
aemous
force-pushed
the
blackbox-tests-foundation
branch
2 times, most recently
from
September 4, 2026 19:35
1e04c22 to
ad67a96
Compare
aemous
force-pushed
the
blackbox-tests-foundation
branch
from
September 9, 2026 16:21
ad67a96 to
d99c989
Compare
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.
Notes:
Description of changes:
assert_operationwhich lets callers verify if an HTTP request matches an operation. This lets test-writers easily verify if the expected operations were called in the expected order.Description of tests:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.