python-justbases/plans/unit.fmf
Bryan Gurney 8d45291983 Update to 0.15.2
Resolves: rhbz#2203858

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

18 lines
348 B
Plaintext

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