Skip to content

Commit 7b4d725

Browse files
Remove test case for TypedDict with kwargs (#12273)
1 parent 26bfc63 commit 7b4d725

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test-data/unit/semanal-typeddict.test

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
-- Create Type
22

3-
-- TODO: Implement support for this syntax.
4-
--[case testCanCreateTypedDictTypeWithKeywordArguments]
5-
--from mypy_extensions import TypedDict
6-
--Point = TypedDict('Point', x=int, y=int)
7-
--[builtins fixtures/dict.pyi]
8-
--[out]
9-
--MypyFile:1(
10-
-- ImportFrom:1(mypy_extensions, [TypedDict])
11-
-- AssignmentStmt:2(
12-
-- NameExpr(Point* [__main__.Point])
13-
-- TypedDictExpr:2(Point)))
14-
153
-- TODO: Implement support for this syntax.
164
--[case testCanCreateTypedDictTypeWithDictCall]
175
--from mypy_extensions import TypedDict

0 commit comments

Comments
 (0)