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
/
testmock.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exceptions in iterable side_effect will be raised
Michael Foord
2012-04-21
1
-0
/
+10
*
Committed failing test for pickling
Michael Foord
2012-04-14
1
-0
/
+26
*
Make __class__ assignable
Michael Foord
2012-03-13
1
-0
/
+7
*
Removing mocksignature documentation
Michael Foord
2012-03-13
1
-0
/
+1
*
Adding mock_open helper
Michael Foord
2012-03-13
1
-0
/
+12
*
mocksignature and tests removed
Michael Foord
2012-03-13
1
-70
/
+65
*
Minor doc update plus whitespace removal
Michael Foord
2012-02-07
1
-1
/
+0
*
Removing one expectedFailure and adding one
Michael Foord
2012-01-03
1
-3
/
+2
*
Update copyright years
Michael Foord
2012-01-02
1
-1
/
+1
*
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
1
-1
/
+14
*
patch imports lazily
Michael Foord
2011-09-25
1
-0
/
+22
*
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
1
-10
/
+12
*
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
1
-0
/
+23
*
Fix test for mock repr more
Michael Foord
2011-08-09
1
-1
/
+1
*
Fix test for mock repr
Michael Foord
2011-08-09
1
-2
/
+9
*
mock_calls works on functions created by mocksignature
Michael Foord
2011-08-04
1
-2
/
+21
*
Tests for assert_any_call
Michael Foord
2011-08-04
1
-10
/
+56
*
Initial implementation of assert_any_call
Michael Foord
2011-08-03
1
-1
/
+19
*
Move assert_has_calls to Mock
Michael Foord
2011-08-03
1
-0
/
+46
*
Setting to an iterable will cause calls to the mock to return the next value...
Michael Foord
2011-07-27
1
-1
/
+64
*
Fix regression in call_args and call_args_list behaviour
Michael Foord
2011-07-26
1
-0
/
+17
*
Tuples as well as lists allowed for specifying spec
Michael Foord
2011-07-23
1
-10
/
+17
*
Extend _CallList tests
Michael Foord
2011-07-23
1
-10
/
+16
*
Mock method_calls and mock_calls are now CallLists
Michael Foord
2011-07-22
1
-1
/
+36
*
Extending tests for callargs
Michael Foord
2011-07-22
1
-80
/
+1
*
_CallList.assert_has_calls handles duplicate call arguments correctly
Michael Foord
2011-07-22
1
-0
/
+20
*
Initial implementation of _CallList.assert_has_calls
Michael Foord
2011-07-22
1
-3
/
+27
*
Initial (partial) implementation of CallList for call_args_list
Michael Foord
2011-07-21
1
-22
/
+24
*
Implement __ne__ for callargs and call
Michael Foord
2011-07-19
1
-0
/
+2
*
Fix callargs call comparisons
Michael Foord
2011-07-19
1
-0
/
+23
*
Rename _new_name and _new_parent attributes
Michael Foord
2011-07-18
1
-2
/
+0
*
reset_mock includes mock_calls
Michael Foord
2011-07-18
1
-1
/
+2
*
Test for overriding _get_child_mock in subclasses
Michael Foord
2011-07-18
1
-0
/
+17
*
Tests for call_list
Michael Foord
2011-07-18
1
-14
/
+6
*
Addition of 'call_list' method to call for chained call assertions
Michael Foord
2011-07-18
1
-1
/
+4
*
Extending test for mock_calls and call
Michael Foord
2011-07-18
1
-1
/
+0
*
Extending call for mock_calls
Michael Foord
2011-07-18
1
-0
/
+2
*
Initial implementation of mock_calls
Michael Foord
2011-07-18
1
-13
/
+43
*
Start extending a test for mock_calls
Michael Foord
2011-07-17
1
-0
/
+5
*
Improved failure messages for the mock assert methods
Michael Foord
2011-07-17
1
-3
/
+73
*
Support for java exceptions on Jython
Michael Foord
2011-07-16
1
-0
/
+16
*
Fix bugs around methods / functions using self as an arbitrary argument
Michael Foord
2011-06-20
1
-4
/
+4
[next]