summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817)Miss Islington (bot)2020-06-111-0/+15
* bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...Miss Islington (bot)2020-02-031-0/+9
* bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...Miss Islington (bot)2020-01-251-0/+29
* bpo-38669: patch.object now raises a helpful error (GH17511)Miss Islington (bot)2019-12-091-0/+4
* [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374)Gregory P. Smith2019-09-251-0/+27
* bpo-36871: Ensure method signature is used when asserting mock calls to a met...Miss Islington (bot)2019-08-291-0/+48
* bpo-21478: Record calls to parent when autospecced objects are used as child ...Miss Islington (bot)2019-07-221-0/+37
* Don't report deleted attributes in __dir__ (GHGH-10148)Miss Islington (bot)2019-06-061-0/+9
* bpo-37008: make mock_open handle able to honor next() (GH-13492)Miss Islington (bot)2019-05-232-0/+28
* bpo-31855: unittest.mock.mock_open() results now respects the argument of rea...Miss Islington (bot)2019-05-071-1/+6
* bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH...Berker Peksag2019-04-223-1/+76
* bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...Miss Islington (bot)2019-04-131-0/+38
* Autospec functions should propagate mock calls to parent GH-11273 (#12039)Miss Islington (bot)2019-03-031-0/+13
* bpo-35512: Resolve string target to patch.dict decorator during function call...Miss Islington (bot)2019-02-252-0/+20
* bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600)...Miss Islington (bot)2019-01-241-0/+16
* bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (GH-11629)Miss Islington (bot)2019-01-211-0/+27
* Add test for double patching instance methods (GH11126)Miss Islington (bot)2018-12-121-0/+14
* bpo-17185: Add __signature__ to mock that can be used by inspect for signatur...Miss Islington (bot)2018-12-121-0/+30
* [3.7] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock ...Miss Islington (bot)2018-12-111-11/+16
* bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11035)Miss Islington (bot)2018-12-081-0/+122
* bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...Miss Islington (bot)2018-12-042-2/+16
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-032-0/+67
* bpo-32153: Add unit test for create_autospec with partial function returned i...Miss Islington (bot)2018-12-031-0/+14
* bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)Miss Islington (bot)2018-12-011-0/+10
* bpo-34900: Make TestCase.debug() work with subtests (GH-9707)Miss Islington (bot)2018-10-121-0/+14
* bpo-32933: Implement __iter__ method on mock_open() (GH-5974)Miss Islington (bot)2018-09-142-0/+25
* bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)Miss Islington (bot)2018-06-201-9/+6
* bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604)Miss Islington (bot)2018-06-101-19/+20
* [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)Miss Islington (bot)2018-02-041-2/+2
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-221-8/+0
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-1/+1
* bpo-32071: Fix regression and add What's New entry (#4589)Jonas Haag2017-11-281-0/+23
* bpo-32071: Add unittest -k option (#4496)Jonas Haag2017-11-252-0/+55
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-30541: Add new method to seal mocks (GH61923)Mario Corchero2017-10-171-0/+181
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functi...Aaron Gallagher2017-07-201-0/+15
* bpo-30813: Fix unittest when hunting refleaks (#2502)Victor Stinner2017-06-301-0/+6
* bpo-30664: The description of a unittest subtest now preserves the (#2265)Serhiy Storchaka2017-06-231-5/+14
* #30190: fix invalid escape sequence warnings (#1534)Giampaolo Rodola2017-05-101-3/+3
* bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331)Giampaolo Rodola2017-05-011-3/+5
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-2/+2
* Fix ref cycles in TestCase.assertRaises() (#193)Victor Stinner2017-03-271-0/+13
* bpo-28961: Address my comments from earlier code review (#305)Berker Peksag2017-02-261-12/+3
* Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-211-3/+14
|\
| * Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-211-3/+14
| |\
| | * Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-211-3/+14
* | | Issue 29274: Merge doc fixes from 3.6Martin Panter2017-01-181-4/+4
|\ \ \ | |/ /
| * | Issue 29274: Merge doc fixes from 3.5Martin Panter2017-01-181-4/+4
| |\ \ | | |/
e='mod_8_3_4_branch'>mod_8_3_4_branch Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rebase to trunkjan.nijtmans2025-11-251-5/+5
|\
| * Use _Generic() to select function typejan.nijtmans2025-11-231-2/+2
| |\
| * \ Rebase to trunkjan.nijtmans2025-09-231-5/+5
| |\ \ | | |/ | |/|
| | * Rebase to trunkjan.nijtmans2025-09-021-5/+5
| | |\
| | | * Fix TCL_NO_DEPRECATED buildjan.nijtmans2025-09-021-1/+1
| | | * Merge 9.1jan.nijtmans2025-01-311-0/+3
| | | |\
| | | * \ Merge 9.0jan.nijtmans2024-11-071-0/+14
| | | |\ \
| | | * \ \ Merge 9.0jan.nijtmans2024-10-258-88/+88
| | | |\ \ \
| | | * \ \ \ Merge 9.0jan.nijtmans2024-10-251-257/+16
| | | |\ \ \ \
| | | * | | | | Consolidated zipfs changes/Improve bunch of error-messagesjan.nijtmans2024-08-181-1/+1
| | | * | | | | Merge 9.0jan.nijtmans2024-06-271-0/+352
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 9.0jan.nijtmans2024-06-074-10/+10
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 9.0jan.nijtmans2024-04-14