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
Fix typo in example in README.txt
#201
GoogleCodeExporter
closed
8 years ago
1
Can't mock built-in or extension types like datetime (+ fix)
#200
GoogleCodeExporter
closed
8 years ago
2
documentation addition: mocking objects with attribute "name"
#199
GoogleCodeExporter
closed
8 years ago
5
"assert" word mistype in docs/helpers.txt
#198
GoogleCodeExporter
closed
8 years ago
1
Allow change properties of objects or modules
#197
GoogleCodeExporter
closed
8 years ago
2
Platform dependent results of MagicMock inequalities
#196
GoogleCodeExporter
closed
8 years ago
2
Doc updates
#195
GoogleCodeExporter
opened
8 years ago
0
tests use unittest2 in python2.7
#194
GoogleCodeExporter
opened
8 years ago
4
Need to override a method of a Mock wrapped by a class
#193
GoogleCodeExporter
closed
8 years ago
1
Mock doesn't work for objects that define getattr and setattr but not delattr
#192
GoogleCodeExporter
opened
8 years ago
3
Mock.assert_has_calls doesn't work as expected (take 2)
#191
GoogleCodeExporter
opened
8 years ago
1
side_effects iterator does not honor sentinel.DEFAULT
#190
GoogleCodeExporter
opened
8 years ago
1
[feature-request] assert_wait_call_count method for calls from other threads
#189
GoogleCodeExporter
opened
8 years ago
2
If you use a relative path in mock.patch you will get no error, but the patch will not be applied
#188
GoogleCodeExporter
opened
8 years ago
0
Assert that values are not equal to certain values with NOT
#187
GoogleCodeExporter
opened
8 years ago
0
Unit-test discovery and patch target problem
#186
GoogleCodeExporter
opened
8 years ago
0
Add a __wrapped__ attribute to functions decorated with patch (etc)
#185
GoogleCodeExporter
closed
8 years ago
10
assert_called_with does not capture content of dicts at the time of call under test
#184
GoogleCodeExporter
closed
8 years ago
3
Mock is not a spy
#183
GoogleCodeExporter
closed
8 years ago
1
autospec should work with classmethods
#182
GoogleCodeExporter
opened
8 years ago
1
mock_open doesn't present a consistent filesystem
#181
GoogleCodeExporter
opened
8 years ago
2
Include name in assert_called_once_with failure message
#180
GoogleCodeExporter
opened
8 years ago
0
Link to mockstar in the docs
#179
GoogleCodeExporter
opened
8 years ago
0
Use TestCase assertions for the built-in mock assertions
#178
GoogleCodeExporter
opened
8 years ago
0
Error message from get_original could be clearer
#177
GoogleCodeExporter
opened
8 years ago
0
call.count() doesn't work because tuples have a count method
#176
GoogleCodeExporter
opened
8 years ago
0
call_args_list: several calls with same object as argument, but different content in object
#175
GoogleCodeExporter
opened
8 years ago
4
Add a stub class / function
#174
GoogleCodeExporter
opened
8 years ago
2
mock.patch prevent nosetest from discovering test generator method
#173
GoogleCodeExporter
closed
8 years ago
1
mock.patch prevent nosetest from discovering test generator method
#172
GoogleCodeExporter
opened
8 years ago
2
Patching doesnt work if methods are imported from module
#171
GoogleCodeExporter
closed
8 years ago
2
Adding 'args' and 'kwargs' attribute to Mock
#170
GoogleCodeExporter
closed
8 years ago
1
Patching fails for objects instantiated via ParentClass.__subclasses__()
#169
GoogleCodeExporter
closed
8 years ago
1
Building Patch Collections
#168
GoogleCodeExporter
opened
8 years ago
2
Provide a way to customize the class of child mocks without needing to implement _get_child_mock
#167
GoogleCodeExporter
opened
8 years ago
2
patch decorator applied to test case should patch setUp too.
#166
GoogleCodeExporter
opened
8 years ago
3
[Doc issue] Mock.assert_has_calls doesn't work as expected
#165
GoogleCodeExporter
opened
8 years ago
3
make mock_calls' call() to have attributes for args and kwargs
#164
GoogleCodeExporter
opened
8 years ago
4
assert call with dont-care placeholders
#163
GoogleCodeExporter
closed
8 years ago
1
AttributeError: '_SpecState' object has no attribute 'reset_mock'
#162
GoogleCodeExporter
closed
8 years ago
4
AttributeError: _mock_methods after upgrade python-mock from 0.6 to 0.8
#161
GoogleCodeExporter
closed
8 years ago
3
mock.patch doesn't support functool.partial objects
#160
GoogleCodeExporter
opened
8 years ago
3
No way to assert call not made
#159
GoogleCodeExporter
opened
8 years ago
3
Doc issue: MagicMock as dict example should reference patch.dict
#158
GoogleCodeExporter
opened
8 years ago
0
Autospeccing should not copy spec from class to instance
#157
GoogleCodeExporter
opened
8 years ago
4
call_args_list equality adds extra list
#156
GoogleCodeExporter
closed
8 years ago
4
Autospeccing descriptors
#155
GoogleCodeExporter
closed
8 years ago
2
Add patch.stopall function
#154
GoogleCodeExporter
closed
8 years ago
4
Add prefixed patch example to docs
#153
GoogleCodeExporter
opened
8 years ago
10
Skip AttributeError on autospec=True
#152
GoogleCodeExporter
closed
8 years ago
16
Previous
Next