21 lines
359 B
YAML
21 lines
359 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- python3-hs-dbus-signature
|
|
- python3-into-dbus-python
|
|
- python3-pytest
|
|
- python3-hypothesis
|
|
tests:
|
|
- simple:
|
|
dir: ./
|
|
run: py.test-3 source/tests -rsx -v
|
|
|