libeasyfc/tests/tests.yml
2023-07-10 12:48:42 +02:00

20 lines
437 B
YAML

- hosts: localhost
become: yes
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- libeasyfc-gobject
- fontconfig
- python3
- python3-gobject
tests:
- patch:
dir: "./source/tests"
run: "sed -e 's/0.12/0.14/g' ezfc-tool.py > ezfc-tool14.py"
- simple_test:
dir: "./source/tests"
run: "python3 ./ezfc-tool14.py --help"