diff --git a/.gitignore b/.gitignore index 05ca071..de22ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOURCES/dbus-python-client-gen-0.7.tar.gz +/dbus-python-client-gen-0.5.tar.gz +/dbus-python-client-gen-0.6.tar.gz /dbus-python-client-gen-0.7.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..53c8aeb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# python-dbus-python-client-gen + +The python-dbus-python-client-gen package \ No newline at end of file diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..93f9df4 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,19 @@ +--- +- hosts: localhost + roles: + - role: standard-test-source + tags: + - always + + - role: standard-test-basic + tags: + - classic + required_packages: + - python3-dbus-python-client-gen + - python3-pytest + - python3-hypothesis + tests: + - simple: + dir: ./ + run: py.test-3 source/tests -rsx -v +