unicode-ucd/tests/tests.yml
Jens Petersen e36663000c add gating and CI test
Resolves: #2066184

forward-port from rhel8/backport from rawhide

gating.yaml was created by Alexandra Fedorova in !1
2022-06-14 18:09:24 +08:00

14 lines
194 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- unicode-ucd
- python3
tests:
- parse:
run: python3 test.py
...