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

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

Closed
jakebailey opened this issue Nov 14, 2018 · 0 comments
Closed
Assignees
Labels
bug Something isn't working test issue
Milestone

Comments

@jakebailey
Copy link
Member

jakebailey commented Nov 14, 2018

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.

@MikhailArkhipov MikhailArkhipov self-assigned this Nov 19, 2018
@MikhailArkhipov MikhailArkhipov added bug Something isn't working test issue labels Nov 19, 2018
@MikhailArkhipov MikhailArkhipov added this to the Nov 2018.2 milestone Nov 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working test issue
Projects
None yet
Development

No branches or pull requests

2 participants