]> granicus.if.org Git - python/commit
Minor fixes to dataclass tests. (GH-6243)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Mar 2018 01:00:43 +0000 (18:00 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 01:00:43 +0000 (18:00 -0700)
commit5fc6fc85c42d1a17938db1956c0d0f5454427b3b
tree12dbf3b084c254a1e85b750c73b17ad242397499
parentbc3e009f652e12f063c781cd1cec25ef71e00a7b
Minor fixes to dataclass tests. (GH-6243)

 Also, re-enable a test for ClassVars with default_factory.
(cherry picked from commit 2b75fc2bc97702224de0fae8ab026ec0cd0706ab)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/test/test_dataclasses.py