python-netaddr/tests/tests.yml
Sudhir Menon 2206416eba Added gating.yaml and tests for python-netaddr
Signed-off-by: Sudhir Menon <sumenon@redhat.com>
2024-06-26 15:45:37 +05:30

19 lines
365 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-netaddr
- python3-pytest
tests:
- clean:
dir: source
run: find -name '*.py' -and -not -path '*/tests/*' -delete
- unittests:
dir: source
run: pytest-3 netaddr/tests/