summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dataclasses/dataclass_module_1.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)Victor Stinner2023-09-061-0/+32
Move test_dataclasses.py and its "dataclass_*.py" modules into the new Lib/test/test_dataclasses/ subdirectory.