20 lines
315 B
Plaintext
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
|