/: 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