◐ Shell
clean mode source ↗

Improve test coverage for is_typeddict by JelleZijlstra · Pull Request #104884 · python/cpython

In particular, it's important to test that is_typeddict(TypedDict)
returns False.

@JelleZijlstra JelleZijlstra changed the title Improve test coverage for TypedDict Improve test coverage for is_typeddict

May 24, 2023

AlexWaygood

@JelleZijlstra

JelleZijlstra

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 24, 2023
In particular, it's important to test that is_typeddict(TypedDict)
returns False.
(cherry picked from commit 1497607)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 24, 2023
In particular, it's important to test that is_typeddict(TypedDict)
returns False.
(cherry picked from commit 1497607)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>

AlexWaygood pushed a commit that referenced this pull request

May 24, 2023
Improve test coverage for is_typeddict (GH-104884)

In particular, it's important to test that is_typeddict(TypedDict)
returns False.
(cherry picked from commit 1497607)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>

JelleZijlstra added a commit that referenced this pull request

May 24, 2023
In particular, it's important to test that is_typeddict(TypedDict)
returns False.
(cherry picked from commit 1497607)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>