python-lxml/plan.fmf
2026-07-09 15:30:30 +02:00

17 lines
395 B
Plaintext

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