Staging
v0.8.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
Raw File
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
_testbuffer.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top