2023-10-17 12:43:27 +00:00
|
|
|
summary: Basic smoke test
|
|
|
|
discover:
|
|
|
|
how: shell
|
|
|
|
tests:
|
|
|
|
- name: /smoke/import-python-module
|
|
|
|
test: |
|
2024-01-15 12:55:00 +00:00
|
|
|
python3.12 -c 'import importlib as il; print(il.import_module("lxml"))'
|
2023-10-17 12:43:27 +00:00
|
|
|
- name: /smoke/etree-fromstring
|
|
|
|
test: |
|
2024-01-15 12:55:00 +00:00
|
|
|
python3.12 plans/etree-fromstring.py
|
2023-10-17 12:43:27 +00:00
|
|
|
execute:
|
|
|
|
how: tmt
|