python-dbus-signature-pypar.../plans/unit.fmf

27 lines
545 B
Plaintext
Raw Normal View History

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