python-ply/tests/tests.yml
Rob Crittenden c92131b319 Fix unit tests to execute successfully
The unit tests were not started in the expected directory and
basically wiping the source so there was nothing to run.

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
2024-07-01 11:40:27 -04:00

18 lines
320 B
YAML

---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-ply
tests:
- unittests:
dir: ./source/test
run: >-
./cleanup.sh &&
python3 testlex.py &&
python3 testyacc.py