index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
test
/
test_unittest
/
test_case.py
Commit message (
Expand
)
Author
Age
*
gh-71339: Fix an order-dependent failure in test_unittest (GH-129133)
Serhiy Storchaka
2025-01-21
*
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-128729: Fix RuntimeWarning in test_unittest (GH-128730)
Serhiy Storchaka
2025-01-12
*
gh-120544: Add `else: fail()` to tests where exception is expected (#120545)
Nikita Sobolev
2024-06-15
*
gh-120388: Improve deprecation warning message, when test returns non-None (#...
Nikita Sobolev
2024-06-12
*
gh-68968: Correcting message display issue with assertEqual (#103937)
Michael Blahay
2023-05-04
*
gh-48330: assert warning is emitted on unittest.TestResult with no addDuratio...
Irit Katriel
2023-04-06
*
gh-97837: Change deprecation warning message in `unittest` (#97838)
Nikita Sobolev
2022-10-04
*
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...
Serhiy Storchaka
2022-06-26
*
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner
2022-06-21