Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0f1d36

Browse files
author
Guido van Rossum
committed
Sync test_typing.py with upstream git repo (typing.py was already synced). (3.5->3.6)
2 parents 55c861f + 6aafbd4 commit f0f1d36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_typing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,8 @@ def test_all(self):
14711471
# Spot-check that stdlib modules aren't exported.
14721472
assert 'os' not in a
14731473
assert 'sys' not in a
1474+
# Check that Text is defined.
1475+
assert 'Text' in a
14741476

14751477

14761478
if __name__ == '__main__':

0 commit comments

Comments
 (0)