python-scour/plan.fmf
2023-06-21 14:43:00 +02:00

16 lines
291 B
Plaintext

/:
inherit: false
execute:
how: tmt
discover:
how: shell
tests:
- name: binary exists
test: scour --version
require:
- python3-scour
- name: import works
test: /usr/libexec/platform-python -c "import scour; print(scour.__file__)"
require:
- python3-scour