From 8eb9ec2313b62446d3c1c6755b227cf9b1bcf515 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 25 Jul 2024 11:53:44 +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..27690a0 --- /dev/null +++ b/plan.fmf @@ -0,0 +1,9 @@ +discover: + how: shell + tests: + - name: import test + test: python3 -c 'import markupsafe' + require: + - python3-markupsafe +execute: + how: tmt