Commit f0f1d365 authored by Guido van Rossum's avatar Guido van Rossum

Sync test_typing.py with upstream git repo (typing.py was already synced). (3.5->3.6)

parents 55c861f6 6aafbd43
...@@ -1471,6 +1471,8 @@ class AllTests(TestCase): ...@@ -1471,6 +1471,8 @@ class AllTests(TestCase):
# Spot-check that stdlib modules aren't exported. # Spot-check that stdlib modules aren't exported.
assert 'os' not in a assert 'os' not in a
assert 'sys' not in a assert 'sys' not in a
# Check that Text is defined.
assert 'Text' in a
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment