From c410c6e1885bba50bb2ff28addf05e213011ae42 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 13:32:03 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 5 ++++- tests/tests.yml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 9098cd2..cdf4ba1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..4b920b4 --- /dev/null +++ b/tests/tests.yml @@ -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 +