python-hypothesis/plan.fmf
2026-06-30 11:16:58 +02:00

20 lines
315 B
Plaintext

discover:
how: shell
dist-git-source: true
tests:
- name: unit
test: |
cd $(dirname $TMT_SOURCE_DIR/hypothesis-python-*/examples)
rm -f tox.ini
pytest-3 examples -v
require:
- python3-pytest
- python3-hypothesis
prepare:
how: feature
crb: enabled
execute:
how: tmt