python-fs/tests/tests.yml

22 lines
383 B
YAML
Raw Normal View History

2022-05-16 08:58:07 +00:00
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- python3-pytest
- python3-appdirs
2023-03-16 08:08:51 +00:00
- python3-parameterized
2022-05-16 08:58:07 +00:00
- python3-six
tests:
- simple:
dir: ./source
2023-03-16 08:08:51 +00:00
run: python3 -m pytest -v --ignore tests/test_ftpfs.py
2022-05-16 08:58:07 +00:00