12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
summary: Unit tests
|
|
component:
|
|
- python-kdcproxy
|
|
require:
|
|
- python3-kdcproxy
|
|
- python3-pytest
|
|
test: |
|
|
pushd "${TMT_SOURCE_DIR}/kdcproxy-"*/
|
|
python3 -m pytest
|
|
duration: 15m
|
|
enabled: true
|