Skip to content
Snippets Groups Projects
Commit d61ce320 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tests/builtin_dir: The most expected thing in sys is exit, test for it.

parent 800b163c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ print('__name__' in dir())
# dir of module
import sys
print('platform' in dir(sys))
print('exit' in dir(sys))
# dir of type
print('append' in dir(list))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment