pyproject-rpm-macros/tests/tests.yml
2019-11-14 19:27:36 +01:00

35 lines
616 B
YAML

---
- hosts: localhost
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- pytest:
dir: .
run: ./mocktest.sh python-pytest
- entrypoints:
dir: .
run: ./mocktest.sh python-entrypoints
- pluggy:
dir: .
run: ./mocktest.sh python-pluggy
- clikit:
dir: .
run: ./mocktest.sh python-clikit
- tldr:
dir: .
run: ./mocktest.sh tldr
required_packages:
- mock
- rpmdevtools
- rpm-build