buildtest.utils.tools
Module Contents
Functions
|
|
|
Checks the provided colorArg against the compatible colors from Rich.Color |
|
Check if binaries exist in $PATH and any additional directories specified by custom_dirs. The return is a dictionary |
|
Check if container runtime exists in $PATH and any additional directories specified by |
Attributes
- buildtest.utils.tools.logger
- buildtest.utils.tools.checkColor(colorArg)[source]
Checks the provided colorArg against the compatible colors from Rich.Color
- buildtest.utils.tools.check_binaries(binaries, custom_dirs=None)[source]
Check if binaries exist in $PATH and any additional directories specified by custom_dirs. The return is a dictionary containing the binary name and full path to binary.