def test_mypy_data_dot_py(self):
# From mypy/mypy/test/data.pyi
s = """
def __init__(self,
parent: 'DataSuiteCollector',
suite: 'DataSuite',
line: int) -> None:
super().__init__(name, parent)
if ((platform == 'windows' and sys.platform != 'win32')
or (platform == 'posix' and sys.platform == 'win32')):
skip = True
self.skip = skip
"""
self.run_test(s)
There are several failures among the mypy sources.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/leo-editor/3bf8c09f-beb3-4bd2-8e78-d5701c4f0f9cn%40googlegroups.com.