python-justbytes/plans/unit.fmf
2023-05-15 16:45:38 -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