Home
last modified time | relevance | path

Searched refs:all_users (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_os.py53 all_users = [u.pw_uid for u in pwd.getpwall()] variable
55 all_users = [] variable
1727 @unittest.skipUnless(root_in_posix and len(all_users) > 1,
1730 uid_1, uid_2 = all_users[:2]
1739 @unittest.skipUnless(not root_in_posix and len(all_users) > 1,
1742 uid_1, uid_2 = all_users[:2]

Completed in 7 milliseconds