cpython/Lib/test/support
Christian Heimes 7e0d98ecb3
gh-94315: Check for DAC override capability (GH-94316)
``os.geteuid() == 0`` is not a reliable check whether the current user
has the capability to bypass permission checks. Tests now probe for DAC
override.
2022-06-27 20:27:19 +02:00
..
__init__.py gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (GH-93962) 2022-06-22 14:05:45 +02:00
bytecode_helper.py
hashlib_helper.py
import_helper.py
interpreters.py
logging_helper.py
os_helper.py gh-94315: Check for DAC override capability (GH-94316) 2022-06-27 20:27:19 +02:00
script_helper.py
socket_helper.py gh-93852: Add test.support.create_unix_domain_name() (#93914) 2022-06-17 13:16:51 +02:00
testresult.py
threading_helper.py Use support.sleeping_retry() and support.busy_retry() (#93848) 2022-06-15 14:09:56 +02:00
warnings_helper.py