Antoine Pitrou
|
b5c66f8645
|
Fix breakage in TestSuite.countTestCases() introduced by issue #11798.
|
2013-12-28 20:37:58 +01:00 |
Serhiy Storchaka
|
184ec79bd3
|
Remove commented out debugging code (remnants of issue #18996).
|
2013-12-10 13:53:56 +02:00 |
Victor Stinner
|
031bd532c4
|
Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break
reference cycles between frames and the _Outcome instance.
|
2013-12-09 01:52:50 +01:00 |
Michael Foord
|
514afeb65c
|
Merge
|
2013-11-23 13:30:03 +00:00 |
Michael Foord
|
e28bb15054
|
Issue 17457: extend test discovery to support namespace packages
|
2013-11-23 13:29:23 +00:00 |
Serhiy Storchaka
|
bc39869095
|
Issue #19594: Use specific asserts in unittest tests.
|
2013-11-17 00:14:35 +02:00 |
Serhiy Storchaka
|
5665bc5980
|
Issue #19594: Use specific asserts in unittest tests.
|
2013-11-17 00:12:21 +02:00 |
Antoine Pitrou
|
6c6b3f770d
|
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
|
2013-10-23 19:15:05 +02:00 |
Antoine Pitrou
|
d5d0bc35ad
|
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
|
2013-10-23 19:11:29 +02:00 |
Serhiy Storchaka
|
77622f55c2
|
Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
strings in error report.
|
2013-09-23 23:07:00 +03:00 |
Michael Foord
|
468ec34084
|
Remove shadowed test
|
2013-09-15 20:05:19 +12:00 |
Antoine Pitrou
|
0715b9fad3
|
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module.
|
2013-09-14 19:45:47 +02:00 |
Antoine Pitrou
|
a19b1a664f
|
Adjust comment
|
2013-09-14 00:40:46 +02:00 |
Antoine Pitrou
|
4b3c58c8a0
|
Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation
|
2013-09-14 00:39:15 +02:00 |
Antoine Pitrou
|
e1ba8df182
|
Issue #19013: add a __main__ to unittest.test to ease CLI invocation
|
2013-09-14 00:37:18 +02:00 |
Antoine Pitrou
|
356bdeb0a1
|
Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules
|
2013-09-13 23:54:01 +02:00 |
Antoine Pitrou
|
1d7c8c9a00
|
Issue #19013: add unittest.main() epilogs to unittest's own test modules
|
2013-09-13 23:52:46 +02:00 |
Andrew Svetlov
|
8913a6c83d
|
Issue #11798: fix tests for regrtest -R :
|
2013-09-01 07:58:41 +03:00 |
Serhiy Storchaka
|
de2800f8f1
|
Issue #17974: Switch unittest from using getopt to using argparse.
|
2013-08-29 12:37:28 +03:00 |
Andrew Svetlov
|
eb97368451
|
Issue #11798: TestSuite now drops references to own tests after execution.
|
2013-08-28 21:28:38 +03:00 |
Ezio Melotti
|
e0c69161bc
|
#18741: merge with 3.3.
|
2013-08-17 16:13:22 +03:00 |
Ezio Melotti
|
b5bc353b88
|
#18741: fix more typos. Patch by Févry Thibault.
|
2013-08-17 16:11:40 +03:00 |
Ezio Melotti
|
b2855ccd09
|
#18663: merge with 3.3.
|
2013-08-11 13:05:37 +03:00 |
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
|
06d3abbff3
|
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
|
2013-04-24 01:51:42 +02: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
|
c601dc1639
|
Merge #14971: Use class method name, not function.__name__, during unittest discovery.
|
2013-04-11 08:58:11 -04: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
|
8ab1e513c1
|
Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Ford.
|
2013-04-07 16:44:07 +03: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 |
Antoine Pitrou
|
22e162f462
|
Fix bug in TestResult.addSubTest()
|
2013-03-29 17:55:24 +01:00 |
Ezio Melotti
|
cf936c7287
|
#17510: avoid using deprecated assertEquals method in test_program. Patch by Daniel Black.
|
2013-03-23 16:46:23 +02:00 |
Antoine Pitrou
|
c9b3ef2df0
|
Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances.
|
2013-03-20 20:16:47 +01:00 |
Michael Foord
|
04cbe0c35b
|
Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open
|
2013-03-19 17:22:51 -07:00 |
Michael Foord
|
80cbc9e998
|
Closes issue 16709. unittest test discovery sorts test files for consistent test ordering
|
2013-03-18 17:50:12 -07:00 |
Ezio Melotti
|
eae2b38948
|
#16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware.
|
2013-03-01 14:47:50 +02:00 |
Petri Lehtinen
|
20054477f4
|
Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram
Patch by Jyrki Pulliainen
|
2013-02-23 18:55:49 +01:00 |
Michael Foord
|
890d72d3c9
|
Merge. Closes issue 17052.
|
2013-02-11 13:33:00 +00: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
|
4e08f786f0
|
Merge. Closes issue 17052.
|
2013-02-11 00:28:02 +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 |
Antoine Pitrou
|
5c64df70b5
|
Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name.
|
2013-02-03 00:23:58 +01: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 |
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
|
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 |