tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Test Management Tool

Results 248 tmt issues
Sort by recently updated
recently updated
newest added

Pull Request Checklist * [x] implement the feature

tmt tests
full test

Finish the naming scheme, document it, and add a couple of images to improve the coverage of `prepare/install` and package manager tests (CentOS Stream 9, Fedora 39 and 40). Pull...

documentation
tmt tests
full test

Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...

I've found that in order to test tmt click command, we need to reset the cli invocation as: https://github.com/teemtee/tmt/blob/78742f93789da5bbc13db3713cd6de3e8f744443/tests/__init__.py#L8-L29 For external plugin support it would be good to expose this...

Exploring "Approach 1" in #2945. Basically trying to support `MultiplexedPath` + entry-points Immediate consequence, external plugins can now fully expand schema verification 🎉. Maybe even more. Soft depends-on: #2812 ~~Depends-on:...

ci | full test

I want to sketch out some ideas for making tmt-cmake plugin: - [ ] overall: how to write a tmt plugin? E.g. how can it be included in the `.fmf`...

Expected usage: Integration testing via TF -https://redhat-appstudio.github.io/docs.appstudio.io/Documentation/main/how-to-guides/testing_applications/proc_adding_an_integration_test/ Pull Request Checklist * [x] write the documentation * [x] update the specification

## Issue Right now most of the resources are searched through `resource_files`, but if other projects want to inject files there, e.g. json schemas, there is no way to make...

Some environment variables might be sensitive, and tmt dumping them in its log and other files might cause troubles, leaking credentials, and spreading headaches among users. Would it be possible...

Pull Request Checklist * [x] implement the feature * [x] write the documentation * [x] extend the test coverage * [ ] update the specification * [ ] adjust plugin...

must
link