2023-04-26 16:59:33 +00:00
|
|
|
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
|
2023-05-08 02:33:19 +00:00
|
|
|
ref: 0.4.1
|
2023-04-26 16:59:33 +00:00
|
|
|
tests:
|
|
|
|
- name: unit
|
2023-05-08 02:33:19 +00:00
|
|
|
test: python3 -m unittest -v tests/test_deterministic.py
|
2023-04-26 16:59:33 +00:00
|
|
|
|
|
|
|
execute:
|
|
|
|
how: tmt
|