27 lines
504 B
Plaintext
27 lines
504 B
Plaintext
summary: unit tests
|
|
|
|
prepare:
|
|
- name: Install Fedora dependencies
|
|
how: install
|
|
package:
|
|
- make
|
|
- pip
|
|
- python3-hypothesis
|
|
- name: Install hs-dbus-signature
|
|
how: shell
|
|
script: pip install hs-dbus-signature
|
|
- name: Install package
|
|
how: install
|
|
package: python-dbus-signature-pyparsing
|
|
|
|
discover:
|
|
how: shell
|
|
url: https://github.com/stratis-storage/dbus-signature-pyparsing
|
|
ref: v0.04
|
|
tests:
|
|
- name: unit
|
|
test: make test
|
|
|
|
execute:
|
|
how: tmt
|