From f05f7a025ba0be17903ec127e2532e8be5eb46cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Fri, 26 Sep 2025 15:22:40 +0200 Subject: [PATCH] gating: run bundled tests instead of just import --- plan.fmf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/plan.fmf b/plan.fmf index fa05a41..4dbeac9 100644 --- a/plan.fmf +++ b/plan.fmf @@ -6,8 +6,12 @@ environment: discover: how: shell + dist-git-source: true tests: - - name: import_test - test: "python${pybasever} -c 'import ply'" + - name: bundled tests + test: | + cd $TMT_SOURCE_DIR/ply-*/test && + python${pybasever} testyacc.py && + python${pybasever} testlex.py require: - - "python${pybasever}-ply" + - python${pybasever}-ply