From cbf7cbe9c84982b8d39f987a2ee7ee8b72812e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Mon, 5 Aug 2024 14:47:09 +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..aadcc83 --- /dev/null +++ b/plan.fmf @@ -0,0 +1,9 @@ +discover: + how: shell + tests: + - name: import test + test: python3 -c 'import pytest_timeout' + require: + - python3-pytest-timeout +execute: + how: tmt