issues
search
kostyll
/
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
assert_has_calls does NOT consider order
#248
GoogleCodeExporter
opened
9 years ago
0
MagicMock.__truediv__ doesn't work on python3
#247
GoogleCodeExporter
opened
9 years ago
0
Include wheels on the PyPI distribution
#246
GoogleCodeExporter
opened
9 years ago
0
assert_called_with scope issues
#245
GoogleCodeExporter
opened
9 years ago
0
copy.copy(sentinel.foo) is not sentinel.foo
#244
GoogleCodeExporter
opened
9 years ago
0
Unexpected behaviour of assert_has_calls with empty list as argument
#243
GoogleCodeExporter
opened
9 years ago
0
side_effect Does Not Work With autospec
#242
GoogleCodeExporter
opened
9 years ago
3
mock patch autospec doesn't work on staticmethods
#241
GoogleCodeExporter
opened
9 years ago
0
Remove redundant code
#240
GoogleCodeExporter
opened
9 years ago
0
Make call assertion errors align visually
#239
GoogleCodeExporter
opened
9 years ago
1
Call stack on function calls making changes to dictionary fails at assertions of arguments because the dictionary changes.
#238
GoogleCodeExporter
closed
9 years ago
4
Invalid calls info when mock object called with updated dict as arg
#237
GoogleCodeExporter
closed
9 years ago
2
Assigning mock property as another mock fails?
#236
GoogleCodeExporter
closed
9 years ago
3
deepcopying property of mock with spec breaks mocked calls
#235
GoogleCodeExporter
opened
9 years ago
0
Cannot autospec mock builtins.print in python3.4
#234
GoogleCodeExporter
opened
9 years ago
0
Bug on call() comparison
#233
GoogleCodeExporter
closed
9 years ago
7
Crash on comparing call_args with long strings
#232
GoogleCodeExporter
opened
9 years ago
0
Make nesting patch decorators more clear
#231
GoogleCodeExporter
closed
9 years ago
2
Url for Mock objects in Python doesn't exist
#230
GoogleCodeExporter
opened
9 years ago
0
/
#229
GoogleCodeExporter
closed
9 years ago
1
mock.assert_called_once_with() fails when asserting against a Dictionary
#228
GoogleCodeExporter
closed
9 years ago
1
Python crashes when trying to import magicmock - BEX MSVCR90.dll cx0000417 exception and can not install new python
#227
GoogleCodeExporter
closed
9 years ago
1
stopall does not always stop all patches to single target
#226
GoogleCodeExporter
opened
9 years ago
1
Testsuite fails under py3.4
#225
GoogleCodeExporter
opened
9 years ago
0
Can't create_autospec with name argument
#224
GoogleCodeExporter
opened
9 years ago
2
Require unittest.mock with Python >=3.3
#223
GoogleCodeExporter
opened
9 years ago
0
reset_mock recurses infinitely on fluent mocks
#222
GoogleCodeExporter
opened
9 years ago
0
Fix __delattr__ of mock to allow multiple creation and deletion of attributes.
#221
GoogleCodeExporter
opened
9 years ago
1
assert_called_once_with doesn't see method called implicitly
#220
GoogleCodeExporter
opened
9 years ago
0
PropertyMock refuses to raise AttributeErrror as a side effect
#219
GoogleCodeExporter
opened
9 years ago
0
Propertymocks dont appear to stop non-existant properties from being set when using spec_set
#218
GoogleCodeExporter
opened
9 years ago
4
Intercepting function or method calls
#217
GoogleCodeExporter
opened
9 years ago
2
[enhancement] Passing base class(es) for mock instances
#216
GoogleCodeExporter
closed
9 years ago
5
Patch for /mock.py
#215
GoogleCodeExporter
opened
9 years ago
0
_format_call_signature should sort keyword-argment items
#214
GoogleCodeExporter
opened
9 years ago
0
Add __iter__ support for mock_open
#213
GoogleCodeExporter
opened
9 years ago
5
Prevent non-existent assert methods being called
#212
GoogleCodeExporter
opened
9 years ago
5
Patch for /docs/patch.txt
#211
GoogleCodeExporter
opened
9 years ago
0
Fluent Interface
#210
GoogleCodeExporter
closed
9 years ago
4
reset_mock call to open() mock object causes infinite loop
#209
GoogleCodeExporter
opened
9 years ago
3
Default value for __len__ on MagicMock type in documentation
#208
GoogleCodeExporter
opened
9 years ago
0
Attaching property mock with attach_mock adds call to mock_calls
#207
GoogleCodeExporter
opened
9 years ago
1
Documentation linsk are broken
#206
GoogleCodeExporter
closed
9 years ago
1
There should be a patch.property method
#205
GoogleCodeExporter
closed
9 years ago
1
mock_open documentation: patch __builtin__ instead of __main__?
#204
GoogleCodeExporter
closed
9 years ago
5
patch/patch.object as a decorator fails to report the function name with py.test
#203
GoogleCodeExporter
opened
9 years ago
5
Providing ability to assert calls by type rather than by value if necessary
#202
GoogleCodeExporter
opened
9 years ago
1
Fix typo in example in README.txt
#201
GoogleCodeExporter
closed
9 years ago
1
Can't mock built-in or extension types like datetime (+ fix)
#200
GoogleCodeExporter
closed
9 years ago
2
documentation addition: mocking objects with attribute "name"
#199
GoogleCodeExporter
closed
9 years ago
5
Next