python-iniparse/plan.fmf
Lukáš Zachar 955ac909b4 Use osci and tmt to gate
Runs unit tests as part of the gating
2026-06-10 17:54:13 +02:00

14 lines
213 B
Plaintext

execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: /
test: cd $TMT_SOURCE_DIR/iniparse-0.4 && python3 runtests.py -v
require:
- python3-test
- python3-iniparse