index
:
delta/python-packages/mock.git
magics
master
release-0.7-maint
release-0.8-maint
code.google.com: Obsolete (included in Python standard library)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
A mock created by patch with a spec as the list argument will be callable if ...
Michael Foord
2012-03-25
1
-1
/
+21
*
Minor cleanups
Michael Foord
2012-03-25
1
-6
/
+3
*
Some test fixes to always clean up patches
Michael Foord
2012-03-25
1
-5
/
+6
*
Fix various bugs around spec arguments to patchers
Michael Foord
2012-03-25
1
-6
/
+57
*
Make using create=True with spec=True in patchers an error
Michael Foord
2012-03-25
1
-0
/
+15
*
Propagate exception info in _patch.__exit__
Michael Foord
2012-03-20
1
-2
/
+32
|
\
|
*
Propogate exceptions in _patch.__exit__()
Kumar McMillan
2012-03-14
1
-2
/
+33
*
|
Change comparison methods on MagicMock to return NotImplemented
Michael Foord
2012-03-17
1
-0
/
+13
*
|
Adding PropertyMock
Michael Foord
2012-03-13
1
-1
/
+18
*
|
Make __class__ assignable
Michael Foord
2012-03-13
1
-0
/
+7
*
|
Removing mocksignature documentation
Michael Foord
2012-03-13
3
-45
/
+58
*
|
Adding mock_open helper
Michael Foord
2012-03-13
2
-2
/
+58
*
|
mocksignature and tests removed
Michael Foord
2012-03-13
5
-449
/
+93
*
|
Restore expectedFailure around test
Michael Foord
2012-03-13
1
-0
/
+1
*
|
Removed failing test for spec inheritance - should not be on by default
release-0.8-maint
Michael Foord
2012-03-08
1
-13
/
+0
*
|
Failing test for create_autospec and unbound methods
Michael Foord
2012-03-04
1
-3
/
+6
*
|
Failing test and changelog entry for spec inheritance
Michael Foord
2012-03-03
1
-0
/
+13
|
/
*
Improvement to handing of MagicMock.__iter__ return value.
Michael Foord
2012-02-12
1
-0
/
+10
*
Minor doc update plus whitespace removal
Michael Foord
2012-02-07
5
-8
/
+5
*
Fix ANY comparisons with call objects
Michael Foord
2012-01-22
1
-0
/
+9
*
Doc updates
Michael Foord
2012-01-15
1
-1
/
+1
*
Extended test for ANY
Michael Foord
2012-01-10
1
-12
/
+21
*
Extended test for ANY
Michael Foord
2012-01-10
1
-0
/
+16
*
Fix ANY equality with some types in assert_called_with calls
Michael Foord
2012-01-10
1
-0
/
+9
*
Removing one expectedFailure and adding one
Michael Foord
2012-01-03
2
-3
/
+3
*
Note and expectedFailure test for autospec and unbound methods
Michael Foord
2012-01-03
1
-0
/
+12
*
Update copyright years
Michael Foord
2012-01-02
9
-9
/
+9
*
return_value (etc) arguments to patch work with autospec (again)
Michael Foord
2011-12-30
1
-0
/
+11
*
Remove 'configure' keyword argument from create_autospec and accept arbitrary...
Michael Foord
2011-12-30
1
-0
/
+20
*
Use weakrefs to avoid circular references
Michael Foord
2011-10-29
1
-0
/
+6
*
Further performance improvements instantiating MagicMock
Michael Foord
2011-10-29
1
-0
/
+2
*
Performance improvement instantiating MagicMock,
Michael Foord
2011-10-29
1
-0
/
+6
*
Extending test for create_autospec and non-callable instances
Michael Foord
2011-10-12
1
-0
/
+17
*
create_autospec uses __call__ method for the signature of mocks that are the ...
Michael Foord
2011-10-11
1
-0
/
+4
*
Documentation update and failing test for create_autospec
Michael Foord
2011-10-11
1
-0
/
+5
*
Minor test change
Michael Foord
2011-10-09
1
-0
/
+1
*
Extend test for patch 'lazy importing'
Michael Foord
2011-10-09
1
-0
/
+10
*
Implementation of attach_mock
Michael Foord
2011-10-09
1
-0
/
+32
*
Setting a mock as a return value of itself no longer modifies repr of the mock
Michael Foord
2011-10-08
1
-7
/
+14
*
Fix setting a mock as its own return value,
Michael Foord
2011-10-07
1
-0
/
+23
*
Attribute deletion specified and tested
Michael Foord
2011-09-26
1
-0
/
+15
*
Calls to mocks attached as magic methods are recorded in mock calls
Michael Foord
2011-09-26
2
-6
/
+20
*
Test name refactor
Michael Foord
2011-09-25
1
-10
/
+15
*
patch imports lazily
Michael Foord
2011-09-25
2
-0
/
+27
*
Mocks set as attributes and return values are attached correctly. Calls are r...
Michael Foord
2011-08-11
1
-0
/
+32
*
Implementation of mock_add_spec
Michael Foord
2011-08-11
2
-10
/
+25
*
Initial implementation of mock_add_spec
Michael Foord
2011-08-10
1
-0
/
+68
*
Test improvement
Michael Foord
2011-08-10
1
-77
/
+52
*
Extend some mock_calls tests for named mocks
Michael Foord
2011-08-10
1
-0
/
+34
*
Fixes for mock_calls on intermediate mocks in a call chain
Michael Foord
2011-08-10
2
-3
/
+84
[next]