self = <contextlib._GeneratorContextManager object at 0x0000000004726710>
def __enter__(self):
try:
> return next(self.gen)
E TypeError: 'NoneType' object is not an iterator
..\..\..\Anaconda31\lib\contextlib.py:81: TypeError
不知道是否安装airtest的原因,现在unitest 测试用例都没法加载。指向系统lib\contextlib里的
class _GeneratorContextManager(ContextDecorator, AbstractContextManager):
def ——— enter———(self):
有没大佬遇见过的呢?求教,谢谢·