Home
last modified time | relevance | path

Searched refs:check_library_installation (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/scripts/
Dhdc_normal_test.py29 from dev_hdc_test import check_library_installation
125 if check_library_installation("pytest"):
128 if check_library_installation("pytest-testreport"):
131 if check_library_installation("pytest-repeat"):
Ddev_hdc_test.py436 def check_library_installation(library_name): function