Add a simple smoke test

This commit is contained in:
Karolina Surma 2024-07-24 11:31:29 +02:00
parent d599424058
commit 002dd03e1f
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 docutils'
require:
- python3-docutils
execute:
how: tmt