Miloš Prchlík
Miloš Prchlík
By setting `TMT_SHOW_TRACEBACK` to `full`, tmt would dump locals for each frame. Pull Request Checklist * [x] implement the feature
Related to https://github.com/teemtee/tmt/pull/2489. This PR does not fix all invalid links, but the rest should be caused by incorrect handling of links in template when rendering them; these should be...
It turned out some requirements were left out and nothing was parsing them. The "maximal" unit test was incorrect and did not report this. The patch * adds parsing for...
Related to #2826. Pull Request Checklist * [x] implement the feature * [x] write the documentation * [ ] extend the test coverage * [x] update the specification * [...
The goal si to verify the code and its annotations are compatible with Python packages shipped as system packages. Pull Request Checklist * [ ] implement the feature * [...
The simplest "check presence" script runs something like `rpm -q --whatprovides $packagename`.m When facing a path to a package, e.g. `/tmp/tree-1.2.3.el9.rpm`, the check will not extract the package name, and...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
Related to https://github.com/teemtee/tmt/issues/2106 Pull Request Checklist * [x] implement the feature * [x] extend the test coverage
As discussed today, there's a use case for restarting a test when it crashes: ``` 09:26:12 out: :: [ 14:26:12 ] :: [ PASS ] :: Command 'make all' (Expected...
It needs to be relative to step workdir, and it belongs to the directory dedicated to check logs. Pull Request Checklist * [x] implement the feature