]> granicus.if.org Git - python/commit
Clean up and enhance frozen dataclass tests. (GH-6380)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Thu, 5 Apr 2018 10:50:18 +0000 (06:50 -0400)
committerGitHub <noreply@github.com>
Thu, 5 Apr 2018 10:50:18 +0000 (06:50 -0400)
commit74940913d26d9f94b8572eca794369841fa6d9b6
tree71ffd3a11992cb554ced1bdfe1231202a1dd47eb
parent0876505bd32b5ab3a14fa4cc0528d763916440a8
Clean up and enhance frozen dataclass tests. (GH-6380)

* Add a test for frozen with unhashable field value.
* Improve a comment.
Lib/test/test_dataclasses.py