summaryrefslogtreecommitdiff
path: root/docs/magicmock.txt
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-06-22 14:16:32 +0000
committerfuzzyman <devnull@localhost>2010-06-22 14:16:32 +0000
commite3427aff4c326b2b2f5423ea84b5c8beef9d6de7 (patch)
tree685b584c6fe0e8e22907577107cdc958d6b0ce27 /docs/magicmock.txt
parent96a70788fbea6c0941dbd6fcb0cab0cd4ae6a5e8 (diff)
downloadmock-e3427aff4c326b2b2f5423ea84b5c8beef9d6de7.tar.gz
Docs improvements
Diffstat (limited to 'docs/magicmock.txt')
-rw-r--r--docs/magicmock.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/magicmock.txt b/docs/magicmock.txt
index bc29e56..002c7fa 100644
--- a/docs/magicmock.txt
+++ b/docs/magicmock.txt
@@ -143,6 +143,10 @@ For example:
0
>>> hex(mock)
'0x0'
+ >>> list(mock)
+ []
+ >>> object() in mock
+ False
``MagicMock`` has all of the supported magic methods configured except for some