re-import sources as agreed with the maintainer
This commit is contained in:
parent
a690b53a22
commit
292d9f8e8d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
|
/dbus-client-gen-0.2.tar.gz
|
||||||
|
/dbus-client-gen-0.3.tar.gz
|
||||||
/dbus-client-gen-0.4.tar.gz
|
/dbus-client-gen-0.4.tar.gz
|
||||||
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# python-dbus-client-gen
|
||||||
|
|
||||||
|
The python-dbus-client-gen package
|
20
tests/tests.yml
Normal file
20
tests/tests.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- python3-dbus-client-gen
|
||||||
|
- python3-hs-dbus-signature
|
||||||
|
- python3-pytest
|
||||||
|
- python3-hypothesis
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: ./
|
||||||
|
run: py.test-3 source/tests -rsx -v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user