Comment 3 for bug 1593126

Revision history for this message
bailin.zhang (bailin-zhang) wrote :

At some case, it will assert the parameter types. such as: subnetpool.ListSubnetPool.extend_list(mox.IsA(list), mox.IgnoreArg()). But do not have this function in "mock".So we need add a Class "MatchType" for this.