Add a simple smoke test

This commit is contained in:
Tomáš Hrnčiar 2024-08-05 14:08:52 +02:00
parent 43ced7904f
commit d9e8a84e78
2 changed files with 10 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

9
plan.fmf Normal file
View File

@ -0,0 +1,9 @@
discover:
how: shell
tests:
- name: import test
test: python3 -c 'import pyproject_hooks'
require:
- python3-pyproject-hooks
execute:
how: tmt