Skip to content

Commit

Permalink
Remove test case for TypedDict with kwargs (#12273)
Browse files Browse the repository at this point in the history
  • Loading branch information
97littleleaf11 authored Mar 2, 2022
1 parent 26bfc63 commit 7b4d725
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test-data/unit/semanal-typeddict.test
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
-- Create Type

-- TODO: Implement support for this syntax.
--[case testCanCreateTypedDictTypeWithKeywordArguments]
--from mypy_extensions import TypedDict
--Point = TypedDict('Point', x=int, y=int)
--[builtins fixtures/dict.pyi]
--[out]
--MypyFile:1(
-- ImportFrom:1(mypy_extensions, [TypedDict])
-- AssignmentStmt:2(
-- NameExpr(Point* [__main__.Point])
-- TypedDictExpr:2(Point)))

-- TODO: Implement support for this syntax.
--[case testCanCreateTypedDictTypeWithDictCall]
--from mypy_extensions import TypedDict
Expand Down

0 comments on commit 7b4d725

Please sign in to comment.