python-idna/plans.fmf
Tomas Orsava b56a2115a0 Add gating configuration and a simple smoke test
Related: rhbz#1950291
2022-02-21 15:31:10 +01:00

12 lines
201 B
Plaintext

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