Add a simple smoke test

This commit is contained in:
Tomáš Hrnčiar 2024-09-02 14:09:56 +02:00
parent 5ff3bbe058
commit 0f8b5a7f39
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 trove_classifiers'
require:
- python3-trove-classifiers
execute:
how: tmt