http_regression_test: Added initial framework for http regression testing - #316
Open
DylanScottCarroll wants to merge 1 commit into
Open
http_regression_test: Added initial framework for http regression testing#316DylanScottCarroll wants to merge 1 commit into
DylanScottCarroll wants to merge 1 commit into
Conversation
DylanScottCarroll
force-pushed
the
http_regression_testing
branch
5 times, most recently
from
July 28, 2026 00:21
3c28010 to
607f485
Compare
…ting
Added the directory py-scripts/http_regression_test. This contains a
framework for running regression tests against the JSON HTTP API. Results
are evaluated against a known baseline using a per-endpoint comparator
class.
main.py:
Contains the main request/response, saving/loading, and logging logic
comparators.py:
Contains all of the logic for comparing the content of responses
for correctness.
So far, only the comparator for the resource/card endpoint has an
implementation.
init_wrapper.py:
A utility for executing initialization scripts before performing the
given suite of requests.
DylanScottCarroll
force-pushed
the
http_regression_testing
branch
from
July 28, 2026 00:31
607f485 to
2134a09
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.
Added the directory py-scripts/http_regression_test. This contains a framework for running regression tests against the JSON HTTP API. Results are evaluated against a known baseline using a per-endpoint comparator class.
main.py
comparators.py
init_wrapper.py
Corresponds with CandelaTechnologies/LanforgeQA#1