]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (#103706)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 23 Apr 2023 17:50:23 +0000 (20:50 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 17:50:23 +0000 (11:50 -0600)
commit5041c2ba6e9c992d1c54834481c9be64581c0235
tree622165d2056be98ddcdf5342a7ee998ff80b16d3
parent777bdff0ec4c21176ddf61e07bc75d170bc65d54
gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (#103706)
Lib/test/test_typing.py