diff --git a/.gitignore b/.gitignore index d65ad13..05d2d16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/into-dbus-python-0.06.tar.gz /into-dbus-python-0.06.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7aa658 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# python-into-dbus-python + +The python-into-dbus-python package \ No newline at end of file diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..d8788ea --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,20 @@ +--- +- hosts: localhost + roles: + - role: standard-test-source + tags: + - always + + - role: standard-test-basic + tags: + - classic + required_packages: + - python3-hs-dbus-signature + - python3-into-dbus-python + - python3-pytest + - python3-hypothesis + tests: + - simple: + dir: ./ + run: py.test-3 source/tests -rsx -v +