From fb57aa5b90eb30e5eb264cef49fcd0f61a057350 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: May 16 2022 08:58:07 +0000 Subject: Added gating tests --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..1221d83 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,21 @@ +--- +- hosts: localhost + roles: + - role: standard-test-source + tags: + - always + + - role: standard-test-basic + tags: + - classic + required_packages: + - python3-pytest + - python3-appdirs + - python3-pytz + - python3-six + tests: + - simple: + dir: ./source + run: python3 -m pytest -v --ignore tests/test_ftpfs.py --ignore tests/test_osfs.py --ignore tests/test_subfs.py --ignore tests/test_tempfs.py + +