Staging
v0.5.1
https://github.com/python/cpython
Revision 8f2fae1e7d7142a280a23bb9428d0aaddbb518c5 authored by Gregory P. Smith on 04 February 2015, 09:04:31 UTC, committed by Gregory P. Smith on 04 February 2015, 09:04:31 UTC
interpreter under test is being run in an environment that requires the use of
environment variables such as PYTHONHOME in order to function at all.

Adds a test.script_helper.interpreter_requires_environment() function
to be used with @unittest.skipIf on stdlib test methods requiring this.
2 parent s a7559c0 + b9a3dd9
History
Tip revision: 8f2fae1e7d7142a280a23bb9428d0aaddbb518c5 authored by Gregory P. Smith on 04 February 2015, 09:04:31 UTC
Skip some tests that require a subinterpreter launched with -E or -I when the
Tip revision: 8f2fae1
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.0 KB
_testembed.c -rw-r--r-- 3.8 KB
python.c -rw-r--r-- 1.9 KB

README

back to top