index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_unittest
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
1
-0/+14
*
gh-111019: Align expected and actual titles in test output (#111020)
James
2023-10-18
1
-7/+7
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
1
-1/+1
*
gh-106584: Fix exit code for unittest in Python 3.12 (#106588)
EliseevEgor
2023-09-22
2
-7/+7
*
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
Nikita Sobolev
2023-09-12
1
-0/+29
*
gh-108927: Fix test_import + test_importlib + test_unittest problem (#108929)
Nikita Sobolev
2023-09-05
1
-2/+3
*
Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...
Sangyun_LEE
2023-09-03
1
-1/+1
*
gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)
Nikita Sobolev
2023-08-16
1
-52/+65
*
gh-61215: threadingmock: Improve test suite to avoid race conditions (#106822)
Mario Corchero
2023-07-17
1
-137/+58
*
Remove unused branches from mock module (#106617)
Chris Withers
2023-07-11
1
-2/+2
*
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
Nikita Sobolev
2023-07-07
1
-2/+3
*
gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` (GH...
Mario Corchero
2023-07-06
1
-9/+11
*
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
Mario Corchero
2023-07-04
1
-25/+25
*
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero
2023-07-03
1
-0/+278
*
bpo-44185: Added close() to mock_open __exit__ (#26902)
Samet YASLAN
2023-06-11
1
-3/+3
*
gh-94924: support `inspect.iscoroutinefunction` in `create_autospec(async_def...
Thomas Grainger
2023-06-09
1
-0/+23
*
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner
2023-06-06
1
-1/+0
*
gh-83403: Test `parent` param in `Mock.__init__` (#103630)
Nikita Sobolev
2023-05-30
1
-0/+8
*
gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...
Hugo van Kemenade
2023-05-24
1
-33/+0
*
gh-85934: Use getattr_static when adding mock spec (#22209)
melanie witt
2023-05-23
1
-0/+31
*
gh-68968: Correcting message display issue with assertEqual (#103937)
Michael Blahay
2023-05-04
2
-3/+63
*
gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
Stefano Rivera
2023-04-27
3
-20/+48
*
gh-48330: address review comments to PR-12271 (#103209)
Giampaolo Rodola
2023-04-16
1
-6/+6
*
gh-102978: Fix mock.patch function signatures for class and staticmethod deco...
Tomas R
2023-04-13
2
-0/+48
*
gh-103329: Add regression test for PropertyMock with side effect (#103358)
Russell Keith-Magee
2023-04-08
1
-1/+22
*
gh-48330: assert warning is emitted on unittest.TestResult with no addDuratio...
Irit Katriel
2023-04-06
1
-1/+2
*
bpo-4080: unittest durations (#12271)
Giampaolo Rodola
2023-04-02
5
-22/+95
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
1
-1/+0
*
fix up mock tests coverage (#100874)
Chris Withers
2023-01-09
1
-8/+4
*
gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when ...
Christian Klein
2023-01-06
1
-0/+24
*
gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)
Christian Klein
2023-01-04
1
-0/+16
*
Fix mock code coverage. (#100580)
Chris Withers
2022-12-28
1
-6/+3
*
Remove skipped test in test for async mocks. (#100559)
Chris Withers
2022-12-28
1
-4/+0
*
gh-100287: Fix unittest.mock.seal with AsyncMock (#100496)
Shantanu
2022-12-24
1
-1/+13
*
gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)
Carl Meyer
2022-12-23
1
-0/+13
*
gh-98458: unittest: bugfix for infinite loop while handling chained exception...
AlexTate
2022-12-04
1
-0/+56
*
gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646)
Serhiy Storchaka
2022-11-22
1
-0/+27
*
Add more details in test_unittest (GH-99626)
Serhiy Storchaka
2022-11-21
2
-35/+67
*
gh-98086: Now ``patch.dict`` can decorate async functions (#98095)
Nikita Sobolev
2022-11-11
1
-0/+17
*
gh-91803: Mock - fix error when using autospec methods with seal (#92213)
andrei kulakov
2022-11-07
1
-1/+4
*
gh-97837: Change deprecation warning message in `unittest` (#97838)
Nikita Sobolev
2022-10-05
2
-6/+28
*
gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)
Dennis Sweeney
2022-09-09
1
-1/+1
*
gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...
Serhiy Storchaka
2022-08-24
1
-2/+7
*
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...
Kumar Aditya
2022-08-16
1
-0/+15
*
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Robert O'Shea
2022-07-30
1
-2/+2
*
Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...
Serhiy Storchaka
2022-06-26
6
-238/+24
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
2
-3/+1
*
gh-93839: Use load_package_tests() for testmock (GH-94055)
Christian Heimes
2022-06-21
1
-14/+3
*
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner
2022-06-21
30
-0/+18359