- 21 Eyl, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 28 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Ville Skyttä.
-
- 25 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
differing items (like bytes in the -b mode). This affects assertListEqual() and assertTupleEqual().
-
- 27 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Berker Peksag.
-
- 19 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Ilia Kurenkov.
-
- 21 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall.
-
- 16 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
assertWarnsRegex() checks now emits a deprecation warning when callable is None or keyword arguments except msg is passed in the context manager mode.
-
Serhiy Storchaka yazdı
-
- 06 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises().
-
- 26 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
returned NotImplemented. Removed incorrect implementations of __ne__().
-
- 28 Nis, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
-
- 25 Mar, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Previously a non-string, non-regex second argument and missing callable argument could cause the test to appear to always pass. Initial patch by Kamilla Holanda.
-
- 23 Mar, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Previously a non-string, non-regex second argument could cause the test to always pass. Initial patch by Kamilla Holanda.
-
- 09 Ara, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
reference cycles between frames and the _Outcome instance.
-
- 23 Eyl, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
strings in error report.
-
- 14 Eyl, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module.
-
- 29 Mar, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
#8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld.
-
Ezio Melotti yazdı
#8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld.
-
- 27 Mar, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 20 Mar, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances.
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 08 Kas, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 09 Eki, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Serhiy Storchaka.
-
- 20 May, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Original patch by Stefano Taschini.
-
- 16 May, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
This appears to have been a mixup introduced when we switched from 'expected/actual' to 'first/second'. The problem doesn't exist in the corresponding assertCountEqual method in Python3.
-
- 25 Nis, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
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).
-
Antoine Pitrou yazdı
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).
-
- 04 Kas, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Tem, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 25 Haz, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 06 May, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert.
-
- 27 Nis, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 03 Nis, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-