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/main.fmf b/main.fmf new file mode 100644 index 0000000..c1d68a2 --- /dev/null +++ b/main.fmf @@ -0,0 +1,16 @@ +/plan: + summary: Basic test suite + discover: + how: fmf + execute: + how: tmt +/test: + summary: Run all tests + test: | + git clone https://github.com/aborah-sudo/shadow-cs.git + cd shadow-cs + pytest -v shadow_cs.py + require: + - git-core + - pytest + duration: 30m