Changes between Version 176 and Version 177 of j2p
- Timestamp:
- 12/31/24 13:30:07 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v176 v177 555 555 In these special cases you need to use mock(list)/mock(set). Try manual translation of these types.|| 556 556 ||I'm getting {{{TypeError: missing a required argument}}} at runtime on an overloaded mockito mock call||python mockito and plum dispatch don't work together||It is easiest to work around the overloading. Change one of the overloaded method names.|| 557 ||Mockito is complaining {{{AttributeError: 'Dummy' has no attribute 'xxx' configured}}}||python mockito does not automatically mock method calls and fields with null. You have to explicitly mock them||