Add a simple smoke test

This commit is contained in:
Tomáš Hrnčiar 2024-09-02 14:55:13 +02:00
parent f49b63cf32
commit f752a6fd95
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 testpath'
require:
- python3-testpath
execute:
how: tmt