python-lxml/plans/smoke.fmf
2022-08-31 07:07:31 +02:00

13 lines
301 B
Plaintext

summary: Basic smoke test
discover:
how: shell
tests:
- name: /smoke/import-python-module
test: |
python3 -c 'import importlib as il; print(il.import_module("lxml"))'
- name: /smoke/etree-fromstring
test: |
python3 plans/etree-fromstring.py
execute:
how: tmt