index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
unittest
Commit message (
Expand
)
Author
Age
*
gh-128398: improve error messages when incorrectly using `with` and `async wi...
Bénédikt Tran
11 days
*
gh-128595: Default to stdout isatty for colour detection instead of stderr (#...
Hugo van Kemenade
2025-01-20
*
gh-71339: Improve error report for types in assertHasAttr() and assertNotHasA...
Serhiy Storchaka
2025-01-20
*
gh-71339: Add additional assertion methods for unittest (GH-128707)
Serhiy Storchaka
2025-01-14
*
gh-127221: Add colour to unittest output (#127223)
Hugo van Kemenade
2024-12-05
*
gh-104745: Limit starting a patcher more than once without stopping it (#126649)
Red4Ru
2024-11-13
*
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#3...
Andrew Svetlov
2024-11-13
*
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade
2024-11-12
*
gh-80958: unittest: discovery support for namespace packages as start directo...
Jacob Walls
2024-10-23
*
gh-124176: Add special support for dataclasses to `create_autospec` (#124429)
sobolevn
2024-09-27
*
gh-124234: Improve docs for `Mock.reset_mock` (#124237)
sobolevn
2024-09-26
*
gh-123934: Fix `MagicMock` not to reset magic method return values (#124038)
sobolevn
2024-09-19
*
Remove unused variable in `MagicMixin._mock_set_magics` (#124092)
sobolevn
2024-09-14
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
*
gh-117765: Improve documentation for `mocker.patch.dict` (#121755)
Dominic H
2024-07-15
*
gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospe...
Nikita Sobolev
2024-06-19
*
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner
2024-06-13
*
gh-120388: Improve deprecation warning message, when test returns non-None (#...
Nikita Sobolev
2024-06-12
*
gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt...
blhsing
2024-06-11
*
gh-119600: mock: do not access attributes of original when new_callable is se...
Robert Collins
2024-06-11
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
*
gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)
infohash
2024-05-02
*
gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)
Zackery Spytz
2024-04-03
*
GH-70647: Deprecate strptime day of month parsing without a year present to a...
Gregory P. Smith
2024-04-03
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
*
gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (#106...
Serhiy Storchaka
2024-02-04
*
GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)
Stefano Rivera
2024-01-09
*
gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573)
wookie184
2024-01-04
*
gh-113407: Fix import of unittest.mock when CPython is built without docstrin...
Serhiy Storchaka
2023-12-24
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
*
gh-111019: Align expected and actual titles in test output (#111020)
James
2023-10-18
*
gh-106584: Fix exit code for unittest in Python 3.12 (#106588)
EliseevEgor
2023-09-22
*
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
Nikita Sobolev
2023-09-12
*
gh-104090: Fix unittest collectedDurations resources leak (#106795)
Yonatan Bitton
2023-07-19
*
Remove unused branches from mock module (#106617)
Chris Withers
2023-07-11
*
GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)
Mario Corchero
2023-07-10
*
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
Mario Corchero
2023-07-04
*
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero
2023-07-03
*
bpo-44185: Added close() to mock_open __exit__ (#26902)
Samet YASLAN
2023-06-11
*
gh-94924: support `inspect.iscoroutinefunction` in `create_autospec(async_def...
Thomas Grainger
2023-06-09
*
gh-105407: Remove unused imports in the stdlib (#105411)
Victor Stinner
2023-06-06
*
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Hugo van Kemenade
2023-05-27
*
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...
Hugo van Kemenade
2023-05-24
*
gh-85934: Use getattr_static when adding mock spec (#22209)
melanie witt
2023-05-23
*
gh-68968: Correcting message display issue with assertEqual (#103937)
Michael Blahay
2023-05-04
*
gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
Stefano Rivera
2023-04-27
*
gh-48330: address review comments to PR-12271 (#103209)
Giampaolo Rodola
2023-04-17
*
gh-102978: Fix mock.patch function signatures for class and staticmethod deco...
Tomas R
2023-04-13
*
bpo-4080: unittest durations (#12271)
Giampaolo Rodola
2023-04-03
*
Remove unused import of `warnings` from `unittest.loader` (#102479)
JosephSBoyle
2023-03-06
[next]