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 tests/etree-fromstring.py prepare: how: install package: - python3-lxml execute: how: tmt