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