python-semantic_version/tests/tests.yml
2024-12-05 15:06:08 +01:00

26 lines
470 B
YAML

---
#
# 1minutetip --buildroot rhel10
#
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python-semantic_version
- pytest
tests:
- test-base:
dir: "source/tests"
run: pytest test_base.py
- test-match:
dir: "source/tests"
run: pytest test_match.py
- test-parsing:
dir: "source/tests"
run: pytest test_parsing.py