Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-102978: Fix mock.patch function signatures for class and staticmethod ↵ | Tomas R | 2023-04-13 | 1 | -0/+18 |
| | | | | | | | decorators (#103228) Fixes unittest.mock.patch not enforcing function signatures for methods decorated with @classmethod or @staticmethod when patch is called with autospec=True. | ||||
* | gh-103329: Add regression test for PropertyMock with side effect (#103358) | Russell Keith-Magee | 2023-04-08 | 1 | -1/+22 |
| | |||||
* | gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043) | Victor Stinner | 2022-06-21 | 1 | -0/+1127 |
* Move Lib/unittest/test/ to Lib/test/test_unittest/ * Remove Lib/test/test_unittest.py * Replace unittest.test with test.test_unittest * Remove unittest.load_tests() * Rewrite unittest __init__.py and __main__.py * Update build system, CODEOWNERS, and wasm_assets.py |