On Thu, May 9, 2013 at 8:36 AM, Sriram Narayanan <[email protected]>wrote:
> Hi everyone: > > A colleague pointed me to this comparison of mocking frameworks: > http://garybernhardt.github.io/python-mock-comparison/ That list is pretty dated. If I were starting a new project I'd just reach for doublex <http://pypi.python.org/pypi/doublex>. It's got, by far, the nicest API of test doubles I've encountered. - d _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
