12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
|
discover:
|
||
|
- name: Smoke-tests
|
||
|
how: shell
|
||
|
tests:
|
||
|
- name: python-import-test
|
||
|
test: python3.12 -c 'import pytest'
|
||
|
require:
|
||
|
- python3.12-pytest
|
||
|
duration: 2m
|
||
|
execute:
|
||
|
how: tmt
|