]> 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:40:40 +0000 (02:40 -0800)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 10:40:40 +0000 (02:40 -0800)
commit29eefcc9c688bc4097f2660de1fa846c5ea54735
treec5c0eaa8fe8bde259ca46e1781c369fea66ebdab
parentf8a805bde1ff4679c2824ced4a28437da61b1506
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