python-into-dbus-python/plans/unit.fmf
Bryan Gurney 6774dc2b36 Update to 0.8.2
Resolves: rhbz#2193199

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2023-05-05 20:56:46 -04:00

18 lines
354 B
Plaintext

summary: deterministic (not Hypothesis-based) unit tests
prepare:
- name: Install package
how: install
package: python-into-dbus-python
discover:
how: shell
url: https://github.com/stratis-storage/into-dbus-python
ref: v0.8.2
tests:
- name: unit
test: python3 -m unittest -v tests/test_deterministic.py
execute:
how: tmt