python3.12-lxml/plans/smoke.fmf
2024-01-15 13:55:00 +01:00

13 lines
307 B
Plaintext

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