mirror of https://github.com/python/cpython
Sync test_typing.py with upstream git repo (typing.py was already synced). (3.5->3.6)
This commit is contained in:
commit
f0f1d365c8
|
@ -1471,6 +1471,8 @@ class AllTests(TestCase):
|
|||
# Spot-check that stdlib modules aren't exported.
|
||||
assert 'os' not in a
|
||||
assert 'sys' not in a
|
||||
# Check that Text is defined.
|
||||
assert 'Text' in a
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue