python3-mallard-ducktype/plans/python3-mallard-ducktype.fmf
Tomas Popela 71ba3ebe92 Add simple gating test
Based on Parag's python-fs one.
2024-08-08 11:20:13 +02:00

12 lines
216 B
Plaintext

discover:
- name: smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import mallard'
require:
- python3-mallard-ducktype
duration: 1m
execute:
how: tmt