我没有看到不使用autospecs的任何主要缺点。
我已经阅读了文档,但我仍然不清楚:https://docs.python.org/3.3/library/unittest.mock.html#auto-speccing
有人可以通过一个例子解释这条线的含义。
If any of your specced objects have properties or descriptors that can trigger code execution then you may not be able to use autospec.