I noticed that http://docs.python-guide.org/en/latest/writing/tests/ does not mention anything about test doubles (mocks, stubs etc.). While I am not a frequent user of mock libraries I do find them useful in some cases. What do you think about adding documentation about this?
References:
- mock seems to be a common test doubles library.
- Here's a StackOverflow question about different Python test doubles libraries.
I noticed that http://docs.python-guide.org/en/latest/writing/tests/ does not mention anything about test doubles (mocks, stubs etc.). While I am not a frequent user of mock libraries I do find them useful in some cases. What do you think about adding documentation about this?
References: