Ezio Melotti
|
d51914c6c1
|
#18663: document that assertAlmostEqual also works when the values are equal and add tests.
|
2013-08-11 13:04:50 +03:00 |
Łukasz Langa
|
6ae466732c
|
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
|
2013-04-24 01:49:52 +02:00 |
R David Murray
|
5e2f593145
|
#14971: Use class method name, not function.__name__, during unittest discovery.
|
2013-04-11 08:55:45 -04:00 |
Andrew Svetlov
|
8b2cd75bdd
|
Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Ford.
|
2013-04-07 16:42:24 +03:00 |
Ezio Melotti
|
31797e5efe
|
#8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld.
|
2013-03-29 03:42:29 +02:00 |
Ezio Melotti
|
184e59357e
|
#17329: merge with 3.2.
|
2013-03-27 20:12:55 +02:00 |
Ezio Melotti
|
265281ac02
|
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
|
2013-03-27 20:11:55 +02:00 |
Ezio Melotti
|
31a7835df8
|
#17504: remove duplicated sentence. Patch by Radu Voicilas.
|
2013-03-24 16:10:24 +02:00 |
Terry Jan Reedy
|
0f84764a09
|
Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 18:34:00 -04:00 |
Michael Foord
|
b71b8ec7b1
|
Merge
|
2013-02-11 13:29:58 +00:00 |
Michael Foord
|
f78f5b11f6
|
Correction to issue 17052 fix
|
2013-02-11 13:20:52 +00:00 |
Michael Foord
|
a23a39c07d
|
Merge
|
2013-02-11 00:18:07 +00:00 |
Michael Foord
|
8fd396bd22
|
Issue 17502: unittest discovery should use self.testLoader
|
2013-02-11 00:04:24 +00:00 |
Michael Foord
|
d1da29c99d
|
Merge
|
2013-01-29 23:14:59 +00:00 |
Michael Foord
|
6debd76939
|
Closes issue 15505. unittest.installHandler and non-callable signal handlers.
|
2013-01-29 23:07:57 +00:00 |
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
Ezio Melotti
|
9cfa1ff891
|
#16433: merge with 3.2.
|
2012-11-08 11:09:13 +02:00 |
Ezio Melotti
|
90eea97a33
|
#16433: fix docstring of assertNotEqual.
|
2012-11-08 11:08:39 +02:00 |
Benjamin Peterson
|
b29614e047
|
compare singletons by identity not equality (closes #16712)
Patch from Serhiy Storchaka.
|
2012-10-09 11:16:03 -04:00 |
Michael Foord
|
28d591ceef
|
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
|
2012-09-28 16:15:22 +01:00 |
Michael Foord
|
8ef1fcecc5
|
Merge
|
2012-09-28 15:19:45 +01:00 |
Michael Foord
|
d38e6e516d
|
Closes issue 16064. No longer hard code executable name in unittest help output.
|
2012-09-28 15:14:37 +01:00 |
Michael Foord
|
7a1901f861
|
Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call
|
2012-09-28 14:14:03 +01:00 |
Michael Foord
|
f7c4158057
|
Adding patch.stopall method to unittest.mock
|
2012-06-10 20:36:32 +01:00 |
Michael Foord
|
75963643b1
|
Fix exception when calling reset_mock on a mock created with autospec
|
2012-06-09 17:31:59 +01:00 |
Nick Coghlan
|
0b43bcf528
|
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
|
2012-05-27 18:17:07 +10:00 |
Antoine Pitrou
|
f99983dacb
|
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
|
2012-04-25 14:58:17 +02:00 |
Antoine Pitrou
|
b05ac864f0
|
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
|
2012-04-25 14:56:46 +02:00 |
Michael Foord
|
9cf5c9d85e
|
Remove incorrect comment
|
2012-04-21 18:32:56 +01:00 |
Michael Foord
|
3af125a4aa
|
Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments.
|
2012-04-21 18:22:28 +01:00 |
Michael Foord
|
2cd48738ba
|
Closes issue 14636. mock objects raise exceptions from an iterable side_effect
|
2012-04-21 15:52:11 +01:00 |
Michael Foord
|
0682a0c0a9
|
Minor docstring / docs corrections for unittest.mock
|
2012-04-13 20:51:20 +01:00 |
Michael Foord
|
656319e58d
|
Make unittest.mock.create_autospec resilient against AttributeError on original object
|
2012-04-13 17:39:16 +01:00 |
Michael Foord
|
c287062fcf
|
unittest.mock.PropertyMock return value and attributes are now standard MagicMocks
|
2012-04-13 16:57:22 +01:00 |
Michael Foord
|
aa8ec7e076
|
Fix unittest.mock.patch docstring
|
2012-03-28 15:41:28 +01:00 |
Michael Foord
|
54b3db8c84
|
Minor unittest.mock.patch doc / docstring improvement
|
2012-03-28 15:08:08 +01:00 |
Michael Foord
|
0340ea77d1
|
unittest.mock: removed another bit of Python 2 only code
|
2012-03-25 23:27:12 +01:00 |
Michael Foord
|
944e02d055
|
Adding unittest.mock documentation
|
2012-03-25 23:12:55 +01:00 |
Michael Foord
|
e58a562d93
|
unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec
|
2012-03-25 19:53:18 +01:00 |
Michael Foord
|
fb5d0a78cf
|
unittest.mock: remove another piece of Python 2 specific code
|
2012-03-25 19:35:22 +01:00 |
Michael Foord
|
1ab27c6fde
|
Remove more Python 2 code from unittest.mock (obsolete function attributes)
|
2012-03-25 19:16:10 +01:00 |
Michael Foord
|
0dccf657b5
|
Minor changes to the unittest.mock.mock_open helper
|
2012-03-25 19:11:50 +01:00 |
Michael Foord
|
99254730b2
|
Addition of docstrings to unittest.mock helpers
|
2012-03-25 19:07:33 +01:00 |
Michael Foord
|
a74561a56d
|
unittest.mock: set file_spec on first use
|
2012-03-25 19:03:13 +01:00 |
Michael Foord
|
50a8c0ef5d
|
Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments
|
2012-03-25 18:57:58 +01:00 |
Michael Foord
|
313f85f0ca
|
unittest.mock.MagicMock objects are now unorderable by default
|
2012-03-25 18:16:07 +01:00 |
Michael Foord
|
d7c65e2807
|
Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally
|
2012-03-14 14:56:54 -07:00 |
Michael Foord
|
a74b3aa0cc
|
Remove more Python 2 compatibility cruft from unittest.mock
|
2012-03-14 14:40:22 -07:00 |
Michael Foord
|
c17adf4151
|
Remove Python 2 compatibility cruft from unittest.mock
|
2012-03-14 13:30:29 -07:00 |