issues
search
hRobert12
/
mock
Automatically exported from code.google.com/p/mock
BSD 2-Clause "Simplified" License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
More doc fixes
#151
GoogleCodeExporter
closed
8 years ago
5
Feature Request: The temporary keyword argument of the patch decorators
#150
GoogleCodeExporter
closed
8 years ago
3
Small doc fix: wrap does not ignore return_value
#149
GoogleCodeExporter
closed
8 years ago
5
create_autospec'd method does not pass default arguments
#148
GoogleCodeExporter
closed
8 years ago
6
[enhancement] foo('asd').return_value to differ from foo('dsa').return_value
#147
GoogleCodeExporter
opened
8 years ago
1
Feature Request: dot-start notation for target in patch()
#146
GoogleCodeExporter
closed
8 years ago
1
Passing spec *and* spec_set to patch behaves differently from Mock
#145
GoogleCodeExporter
closed
8 years ago
2
A "falsey" spec can result in incorrect behaviour with patch
#144
GoogleCodeExporter
closed
8 years ago
2
Passing both spec=True and create=True to patch doesn't make sense
#143
GoogleCodeExporter
closed
8 years ago
1
[feature-request] Set default mock class
#142
GoogleCodeExporter
opened
8 years ago
9
_patch does not allow subclasses to catch exceptions in __exit__
#141
GoogleCodeExporter
closed
8 years ago
10
Incorrect call arguments list, arguments must be deepcopied.
#140
GoogleCodeExporter
closed
8 years ago
3
Can't pickle MagicMock or Mock
#139
GoogleCodeExporter
opened
8 years ago
8
Patch decorator to gather params into "p" object arg
#138
GoogleCodeExporter
closed
8 years ago
1
Get spec of class methods for mock object
#137
GoogleCodeExporter
closed
8 years ago
5
Better instance mocking without creating real instances
#136
GoogleCodeExporter
closed
8 years ago
6
Mock object does not support indexing
#135
GoogleCodeExporter
closed
8 years ago
4
It should be possible to set the return value of MagicMock.__iter__ to an iterable as well as an iterator
#134
GoogleCodeExporter
closed
8 years ago
1
Dotted attributes on sentinel
#133
GoogleCodeExporter
opened
8 years ago
0
Confusing error when using spec *and* new_callable arguments to patch
#132
GoogleCodeExporter
closed
8 years ago
2
Implement __delattr__ for removing attributes
#131
GoogleCodeExporter
closed
8 years ago
3
Arguments to reset_mock to allow resetting return_value / side_effect
#130
GoogleCodeExporter
opened
8 years ago
0
Untested scenario: create_autospec with dynamically provided methods
#129
GoogleCodeExporter
opened
8 years ago
1
autospec doesn't work correctly with unbound methods
#128
GoogleCodeExporter
opened
8 years ago
3
CopyingMock: deepcopy arguments on every call for assertions with mutable arguments
#127
GoogleCodeExporter
opened
8 years ago
1
Better signature representation for failed assertCalledWith
#126
GoogleCodeExporter
closed
8 years ago
1
Patch doesn't work when method to patch called from dict.
#125
GoogleCodeExporter
closed
8 years ago
1
Mocking os.kill does not work
#124
GoogleCodeExporter
closed
8 years ago
1
Performance changes in 0.8
#123
GoogleCodeExporter
closed
8 years ago
5
MagicMock 'protocol' methods workaround for 0.7.2?
#122
GoogleCodeExporter
closed
8 years ago
3
MagicMock 'protocol' methods workaround for 0.7.2?
#121
GoogleCodeExporter
closed
8 years ago
1
Mock instance cannot return itself
#120
GoogleCodeExporter
closed
8 years ago
3
Suggestion for new assert method
#119
GoogleCodeExporter
closed
8 years ago
3
Hook pdb into name interception
#118
GoogleCodeExporter
opened
8 years ago
1
Can't patch a property on an instance
#117
GoogleCodeExporter
opened
8 years ago
1
Broken Link in Documentation
#116
GoogleCodeExporter
closed
8 years ago
1
[test][patch] Support of staticmethods and classmethods in mocksignature
#115
GoogleCodeExporter
closed
8 years ago
2
Sentinels can fail to match, even when they have the same name
#114
GoogleCodeExporter
closed
8 years ago
4
mock repr could use the new name
#113
GoogleCodeExporter
closed
8 years ago
1
Strange behavior in callargs
#112
GoogleCodeExporter
closed
8 years ago
3
assert_was_called_with and assert_has_calls methods
#111
GoogleCodeExporter
closed
8 years ago
1
patch does the import at decorator time not at call time
#110
GoogleCodeExporter
closed
8 years ago
4
Allow side_effect to be an iterator to return a sequence of values
#109
GoogleCodeExporter
closed
8 years ago
2
nice repr for callargs
#108
GoogleCodeExporter
closed
8 years ago
1
call_args_list has three-tuple members whereas before they had two-tuple members
#107
GoogleCodeExporter
closed
8 years ago
3
Mock constructor should accept Iterables for spec and spec_set keyword arguments
#106
GoogleCodeExporter
closed
8 years ago
3
Subclassing Mock uses subclass for attributes
#105
GoogleCodeExporter
closed
8 years ago
5
A mock with the same name in a different compilation unit can result in runtime crash
#104
GoogleCodeExporter
closed
8 years ago
3
patch.multiple does not work with string subclasses
#103
GoogleCodeExporter
closed
8 years ago
3
assert_called_with could return the return value for chained assertions
#102
GoogleCodeExporter
closed
8 years ago
2
Previous
Next