14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
discover:
|
|
how: shell
|
|
tests:
|
|
- name: smoke
|
|
test: /usr/libexec/platform-python -c 'import sure; (4).should.be.equal(2 + 2)'
|
|
require:
|
|
- python3-sure
|
|
- python3-mock # missing require
|
|
prepare:
|
|
how: feature
|
|
crb: enabled
|
|
execute:
|
|
how: tmt
|