python-justbytes/plans/unit.fmf
Bryan Gurney c6dcb44320 Update to 0.15.2
Resolves: rhbz#2204503

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
2023-05-16 14:10:00 -04:00

18 lines
348 B
Plaintext

summary: deterministic (not Hypothesis-based) unit tests
prepare:
- name: Install package
how: install
package: python-justbytes
discover:
how: shell
url: https://github.com/mulkieran/justbytes
ref: v0.15.2
tests:
- name: unit
test: python3 -m unittest discover --verbose tests/test_deterministic
execute:
how: tmt