14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
summary: Unit tests
|
|
component:
|
|
- python-kdcproxy
|
|
require:
|
|
- python3-kdcproxy
|
|
- python3-pytest
|
|
test: |
|
|
setuppy_path="$(find "$TMT_SOURCE_DIR" -type f -name setup.py)"
|
|
src_path="$(dirname "$setuppy_path")"
|
|
pushd "$src_path"
|
|
python3 -m pytest
|
|
duration: 15m
|
|
enabled: true
|