18 lines
348 B
Plaintext
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
|