re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 13:32:03 +02:00
parent 4433274fa0
commit c410c6e188
2 changed files with 22 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
SOURCES/justbytes-0.14.tar.gz
/justbytes-0.6.tar.gz
/justbytes-0.7.tar.gz
/justbytes-0.10.tar.gz
/justbytes-0.11.tar.gz
/justbytes-0.14.tar.gz

18
tests/tests.yml Normal file
View File

@ -0,0 +1,18 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- python3-pytest
- python3-hypothesis
tests:
- simple:
dir: ./
run: py.test-3 source/tests -rsx -v