pytest_bluezenv.find_exe# pytest_bluezenv.find_exe(subdir, name)[source]# Find absolute path to the given executable, either within BlueZ build directory or on host. Example from pytest_bluezenv import find_exe bluetoothctl = find_exe("client", "bluetoothctl")