commit | 74940913d26d9f94b8572eca794369841fa6d9b6 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | Thu Apr 05 06:50:18 2018 -0400 |
committer | GitHub <noreply@github.com> | Thu Apr 05 06:50:18 2018 -0400 |
tree | 71ffd3a11992cb554ced1bdfe1231202a1dd47eb | |
parent | 0876505bd32b5ab3a14fa4cc0528d763916440a8 [diff] |
Clean up and enhance frozen dataclass tests. (GH-6380) * Add a test for frozen with unhashable field value. * Improve a comment.