python-whoosh/tests/quick_start.fmf
Lukáš Zachar 959d07e650 Use tmt+osci for gating
Add smoke test based on the quick start from documentation
2026-06-29 16:43:56 +02:00

11 lines
165 B
Plaintext

test: |
trap cleanup EXIT
cleanup(){
test -d indexdir && rm -rf indexdir
}
mkdir indexdir
${PYTHON:-python3} quick_start.py
require:
- python3-whoosh