Skip to content

Commit

Permalink
Add pytest integration tests in tmt
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Jul 8, 2024
1 parent a74f480 commit ed7c25e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .distro/plans/pytest.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
summary: Upstream pytest
discover+:
how: fmf
filter: "tag: pytest"
execute:
how: tmt
11 changes: 11 additions & 0 deletions tests/main.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
tag: [ pytest ]
require:
- python3-devel
- python3-pip
- cmake
- python3-pytest
path: /
test: python3 -m pytest

/all:
summary: All pytest

0 comments on commit ed7c25e

Please sign in to comment.