TypeError: strip_name() got an unexpected keyword argument ‘many‘问题的解决
引言在读一本书《LearnPythonProgramming》1的第8章,按照书中的讲解先后安装了marshmallow和pytest第三方库,j进而按照书中的代码结构和代码在ch08文件夹下运行pytesttests,出现如下错误:ch08中的api.py的代码为:#ch08/api.py'''Thisprogramneeds:pipinstallmarshmallow;pipinstallpy