python-iniconfig/plans.fmf
Tomas Orsava 6195080bfd Add gating configuration and a simple smoke test
Cherry-picked and adjusted to c10s from:
c2e8398254
2024-07-25 10:15:59 +02:00

12 lines
211 B
Plaintext

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