Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

TypeAnnotationTests get "tupletuple[...]" instead of "tuple[...]" #397

@jakebailey

Description

@jakebailey

TypingModuleContainerAnalysis fails with:

Message: Expected description of 'module.dct_s_i_items'
to have description 'dict_items[tuple[str, int]]',
but found 'dict_items[tupletuple[str, int]]' or 'dict_items[tupletuple[str, int]]'.

And TypingModuleDocumentationExample_03 with:

Message: Assert.AreEqual failed.
Expected:<broadcast_message(message:str, servers:list[tuple[tuple[str, int], dict[str, str]]]) -> None>.
Actual:<broadcast_message(message:str, servers:list[tupletuple[tupletuple[str, int], dict[str, str]]]) -> None>.

Which I bisected back to commit 028b284.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions