Sabart Otto
Sabart Otto
I tried to fix the colspan of the main table, added a new column "Actions" into the table, and added the possibility to show/hide the checks and subresults row for...
This is a proposal to show the result phases (aka subresults) and their checks in the display report plugin. Related to: - https://github.com/teemtee/tmt/issues/2826 Depends on: - https://github.com/teemtee/tmt/pull/3094 Blocked by: -...
Related to: - https://github.com/teemtee/tmt/pull/3200#discussion_r1750893705 Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the...
All the results generated by `tmt-report-results` become objects of `tmt.result.SubResult` and they get assigned under a parent `tmt.Result`. Also, set the `TESTID` and `BEAKERLIB_COMMAND_REPORT_RESULT` test environment variables, so every call...
This PR adds a `subresults` junit report plugin flavor to show the `tmt.result.SubResult` instances within the `tmt.Result`. It tries to map the `tmt.Result` to `` and `tmt.result.SubResult` to `` respectively....
Hello @mezz64 , I am adding `pyhik` package into the nixpkgs: - https://github.com/NixOS/nixpkgs/pull/369691 I am getting these warnings when building the pyhik (version v0.3.2) package for Python v3.11 and also...
Bitcoin v28 introduced support for XOR-encoded *.dat files in the blocksdir: - https://github.com/bitcoin/bitcoin/pull/28052 This PR adds support for loading the XOR key from a `xor.dat` file located in the blocksdir....