We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0d326 commit 895119eCopy full SHA for 895119e
Lib/test/test_sys.py
@@ -1299,6 +1299,7 @@ def test_module_names(self):
1299
for name in sys.stdlib_module_names:
1300
self.assertIsInstance(name, str)
1301
1302
+ @unittest.skipUnless(hasattr(sys, '_stdlib_dir'), 'need sys._stdlib_dir')
1303
def test_stdlib_dir(self):
1304
os = import_helper.import_fresh_module('os')
1305
marker = getattr(os, '__file__', None)
0 commit comments