VH
Size: a a a
VH
SD
TypeError: 'NoneType' object is not an iterator при обращение к любому классу в тесте. Для запуска использую pytest. Тесты находятся, запускаются. Локально проблем нет.M
SD
IS
СС
NV
SD
def url_checker(self, check_url: str, url: str, find_line: str = None):
log_text = log.Logcat(tag=tag.URL_CHECKER_TAG)
> self.adb.start_logcat(log_text)
E TypeError: 'NoneType' object is not an iterator
SD
'NoneType' object is not an iteratorNV
АЛ
def url_checker(self, check_url: str, url: str, find_line: str = None):
log_text = log.Logcat(tag=tag.URL_CHECKER_TAG)
> self.adb.start_logcat(log_text)
E TypeError: 'NoneType' object is not an iterator
S
IS
IS
S
СС
СС
M
СС
M