python-sqlalchemy/plans/smoke.fmf

12 lines
163 B
Plaintext

execute:
how: tmt
discover:
how: shell
tests:
- name: Import works
test: python3 -c 'import sqlalchemy'
require:
- python3