Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

-1

I think mocking should be kept orthogonal to the unittest module.  A person is 
free to use mocking with different testing tools like py.test or nose.  
Likewise, they are free to use a different mocking/patching tool than our 
standard library mock.

In my mind, they are separate tools that should remain loosely coupled and 
should not cross-import one another.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue11664>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to