From f752a6fd953893a922e2da81eb9172a3432b260e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Mon, 2 Sep 2024 14:55:13 +0200 Subject: [PATCH] Add a simple smoke test --- .fmf/version | 1 + plan.fmf | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .fmf/version create mode 100644 plan.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..3f1a6bc --- /dev/null +++ b/plan.fmf @@ -0,0 +1,9 @@ +discover: + how: shell + tests: + - name: import test + test: python3 -c 'import testpath' + require: + - python3-testpath +execute: + how: tmt