python-pycparser/tests/tests.yml

21 lines
408 B
YAML

---
- hosts: localhost
tags:
- classic
pre_tasks:
- name: Install dos2unix to build the sources
package:
name: dos2unix
state: present
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-pycparser
- python3-pytest
- cpp
tests:
- unittests:
dir: "source"
run: "rm -rf pycparser && pytest-3 tests/"