pyparsing/plans.fmf
Tomas Orsava ac0b27402b Add gating configuration and a simple smoke test
Related: rhbz#1950291
2022-02-16 16:44:27 +01:00

12 lines
211 B
Plaintext

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