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
test
README -rw-r--r-- 12.4 KB
bkfile.py -rw-r--r-- 1.5 KB
checkextensions.py -rw-r--r-- 2.6 KB
checkextensions_win32.py -rw-r--r-- 6.1 KB
extensions_win32.ini -rw-r--r-- 3.9 KB
flag.py -rw-r--r-- 41 bytes
freeze.py -rwxr-xr-x 16.7 KB
hello.py -rw-r--r-- 24 bytes
makeconfig.py -rw-r--r-- 1.6 KB
makefreeze.py -rw-r--r-- 2.6 KB
makemakefile.py -rw-r--r-- 907 bytes
parsesetup.py -rw-r--r-- 2.9 KB
win32.html -rw-r--r-- 7.0 KB
winmakemakefile.py -rw-r--r-- 4.9 KB

README

back to top