python-pluggy/plans.fmf
Tomas Orsava f2bdbc2f91 Add gating configuration and a simple smoke test
Cherry-picked and edited from c9s:
3546ba25b5
2024-08-05 11:10:23 +02:00

12 lines
205 B
Plaintext

discover:
- name: Smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import pluggy'
require:
- python3-pluggy
duration: 1m
execute:
how: tmt