summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_module
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-81682: Fix test failures when CPython is built without docstrings ↵Serhiy Storchaka2023-12-231-1/+1
| | | | | (GH-113410) (GH-113429) (cherry picked from commit 4e5b27e6a3be85853bd04d45128dd7cc706bb1c8)
* [3.12] gh-112414: Add additional unit tests for calling `repr()` on a ↵Miss Islington (bot)2023-11-281-0/+30
| | | | | | | | | namespace package (GH-112475) (#112480) gh-112414: Add additional unit tests for calling `repr()` on a namespace package (GH-112475) (cherry picked from commit cf2054059c08ef1c5546f24874191f341dc94eb9) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
* [3.12] gh-108303: Move more files to `Lib/test/test_module` (GH-111880) ↵Miss Islington (bot)2023-11-093-1/+39
| | | | | | | | (#111891) gh-108303: Move more files to `Lib/test/test_module` (GH-111880) (cherry picked from commit 0c42f7304a2757fe0f78bc6c6fbb33225cd9da15) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder ↵Miss Islington (bot)2023-10-021-1/+3
| | | | | | | | (GH-108354) (#109672) gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-108354) (cherry picked from commit 3f61cf646d0506baa0c0c2118f05110446519c62) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-106016: Add Lib/test/test_module/ directory (#108293) (#108306)Victor Stinner2023-08-225-0/+395
gh-106016: Add Lib/test/test_module/ directory (#108293) * Move Python scripts related to test_module to this new directory: good_getattr.py and bad_getattrX.py scripts. * Move Lib/test/test_module.py to Lib/test/test_module/__init__.py. (cherry picked from commit adfc118fdab66882599e01a84c22bd897055f3f1)