39dd5a81df
- tests/pytest-packages/pytest_utils containing utilities for pytest validation tests - example: ```python from rocprofiler_sdk.pytest_utils.dotdict import dotdict ```
6 wiersze
134 B
INI
6 wiersze
134 B
INI
|
|
[pytest]
|
|
addopts = --durations=20 -rA -s -vv
|
|
testpaths = validate.py
|
|
pythonpath = @ROCPROFILER_SDK_TESTS_BINARY_DIR@/pytest-packages
|