python-iniconfig/plans.fmf
Tomas Orsava c2e8398254 Add gating configuration and a simple smoke test
Related: rhbz#1950291
2022-02-22 18:44:38 +01: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