re-import sources as agreed with the maintainer
This commit is contained in:
parent
4433274fa0
commit
c410c6e188
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
/justbytes-0.14.tar.gz
|
||||||
|
18
tests/tests.yml
Normal file
18
tests/tests.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user