summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest
Commit message (Expand)AuthorAgeFilesLines
* gh-98086: Now ``patch.dict`` can decorate async functions (#98095)Nikita Sobolev2022-11-111-0/+17
* gh-91803: Mock - fix error when using autospec methods with seal (#92213)andrei kulakov2022-11-071-1/+4
* gh-97837: Change deprecation warning message in `unittest` (#97838)Nikita Sobolev2022-10-052-6/+28
* gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)Dennis Sweeney2022-09-091-1/+1
* gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...Serhiy Storchaka2022-08-241-2/+7
* GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...Kumar Aditya2022-08-161-0/+15
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-301-2/+2
* Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" (GH...Serhiy Storchaka2022-06-266-238/+24
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-222-3/+1
* gh-93839: Use load_package_tests() for testmock (GH-94055)Christian Heimes2022-06-211-14/+3
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-2130-0/+18359