summaryrefslogtreecommitdiff
path: root/Tools/make_dataclass_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up issues with dataclasses and inheritance (#5046)da-woods2022-11-121-9/+6
* Fix recursive repr on cdef dataclasses (#5045)da-woods2022-09-271-10/+16
* Recategorise a few dataclass testsda-woods2022-09-241-2/+4
* Handle dataclass 0 and 1 item hashes consistently with Python (#4959)da-woods2022-09-241-12/+0
* Allow empty args to dataclass and field directives (#4957)da-woods2022-09-241-4/+1
* Fix arguments like `init=False` being ignored in dataclasses (#4958)da-woods2022-09-241-7/+7
* Remove dataclass tests that used mutability (#5026)da-woods2022-09-131-4/+6
* Try to use test_dataclass from CPython (#4955)da-woods2022-09-101-0/+451