]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jan 2022 10:39:40 +0000 (02:39 -0800)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 10:39:40 +0000 (02:39 -0800)
commitc730342005edf67333c37b575b419e2fc67d232b
tree995b27b4fd9d883767e704a80c0a138c256f2b8e
parentc1254c44e2e0e807fa1b8a0b589732996d2a9c2e
bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)

(cherry picked from commit d0c690b5f85c679de6059cf353fe0524e905530e)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py