Enable basic test coverage in the CI
Run a simple smoke test and the upstream test suite. Use `tmt run` to safely execute tests from your laptop. See also: https://tmt.readthedocs.io/en/latest/guide.html
This commit is contained in:
parent
d94fbdd7a0
commit
037c72dcb2
5 changed files with 41 additions and 0 deletions
11
plans/basic.fmf
Normal file
11
plans/basic.fmf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
summary:
|
||||
Check basic functionality
|
||||
discover:
|
||||
how: fmf
|
||||
dist-git-source: true
|
||||
dist-git-init: false
|
||||
prepare:
|
||||
how: install
|
||||
package: python3-html2text
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue