|
|
|
Looks a lot like MiniMock...? http://pypi.python.org/pypi/MiniMock
Ian Bicking |
Homepage |
07/11/20 - 5:14 pm | #
|
|
I think it is similar - although minimock is 'optimised' for use with doctest which we don't use.
We also use different patterns for checking which ways objects have been called - and the examples in minimock didn't exactly parallel many of these.
I will certainly download minimock and have a play though. One key factor for us will be whether it works with IronPython - but if it isn't too magic then it probably does.
Michael Foord |
Homepage |
07/11/20 - 6:50 pm | #
|
|
|
Commenting by HaloScan
|