Python(feat): pytest summary output#594
Merged
alexluck-sift merged 4 commits intoMay 28, 2026
Merged
Conversation
Contributor
|
Python docs preview: https://sift-stack.github.io/sift/python/pr-594/ Deployed from |
ian-sift
reviewed
May 28, 2026
ian-sift
approved these changes
May 28, 2026
d8b61b6
into
al/python/feat/pytest-dev-branch
18 checks passed
alexluck-sift
added a commit
that referenced
this pull request
May 29, 2026
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.
Status,Steps,Measurements(color-coded: green pass, red fail/error, yellow skip),Test case,System,Log file, and a clickableReportlink (online) or upload command (offline). Suppressed under-q.Sift: sift-stack-py 0.17.0, online mode).--sift-open-report/sift_open_reportflag opens the report in a browser at session end (gated to interactive terminals so it does nothing in CI or captured shells).--sift-report-url-base/sift_report_url_base/SIFT_APP_URLenv var for on-prem and custom deployments. Online auto-derives the web-app URL for known Sift hosts; the override fills the gap for others.SiftClient.app_urlexposes the resolved origin so non-plugin consumers can use it too.step.fail_if_measurements_failed()output: lists each out-of-bounds measurement by name, value, and bounds (e.g.[FAILED] b = 99.0 (min 0.0, max 2.0)). Backed byTestMeasurement.__str__, so the same format is available in logs and the REPL.ReportContextnow retains created steps and measurements withstep_status_counts/measurement_countsproperties. Docs and unit/integration tests updated for the new panel, options, and failure output.Verification
Sift info added to pytest header:

fail_if_measurements_failed()output in pytest:Offline summary:

Online summary:
