zacharyburnett/pytestresultsdiff
compare properties of Pytest results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| results-xmls | space-separated filenames of `results.xml` to compare | yes | — |
| time-relative-tolerance | fractional tolerance for time deviation [default: 0.0] | no | 0.0 |
| time-absolute-tolerance | absolute tolerance (in seconds) for time deviation [default: 0.1] | no | 0.1 |
| peakmem-relative-tolerance | fractional tolerance for peakmem deviation [default: 0.0] | no | 0.0 |
| peakmem-absolute-tolerance | absolute tolerance (in MB) for peakmem deviation [default: 1.0] | no | 1.0 |
| features | comma-separated list of crate features: `extra-properties,url,system-err,system-out` | no | extra-properties |
| summary-table-properties | space-separated list of properties with which to build a summary table | no | "" |
| summary-table-run-names | comma-separated list of run names for the summary table header | no | A,B |
| output-file | filename of JSON to write to | no | "" |
Outputs
| name | description |
|---|---|
| diff | output of pytestresultsdiff |