Aglyph testing summary

The Aglyph test suite has been executed successfully on the following Python variants/versions/environments:

CPython

Version Environment
2.5.4 Windows 7 Ultimate (Windows-7-6.1.7601-SP1)
2.5.6 Mac OS X 10.6.8 (Darwin-10.8.0-i386-64bit)
2.6.6 Windows 7 Ultimate (Windows-7-6.1.7601-SP1)
2.6.7 Mac OS X 10.6.8 (Darwin-10.8.0-i386-64bit)
2.7.2 Mac OS X 10.6.8 (Darwin-10.8.0-i386-64bit)
  Windows 7 Ultimate (Windows-7-6.1.7601-SP1)
3.0.1 Windows 7 Ultimate (Windows-7-6.1.7601-SP1)
3.1.4 Mac OS X 10.6.8 (Darwin-10.8.0-i386-64bit)
  Windows 7 Ultimate (Windows-7-6.1.7601-SP1)
3.2.1 Mac OS X 10.6.8 (Darwin-10.8.0-i386-64bit)

PyPy

Version Environment
1.6 (2.7.1) Mac OS X 10.6.8 (Darwin-10.8.0-i386-64bit)

Jython

Version Environment
2.5.2 Mac OS X 10.6.8 (Darwin-10.8.0-i386-64bit; 1.6.0_26)
  Windows 7 Ultimate (Windows-7-6.1.7601-SP1; Java 1.6.0_27)

IronPython

Version Environment
2.7 Windows 7 Ultimate (Windows-7-6.1.7601-SP1; .NET 4.0.30319.237)

Stackless Python

Version Environment
2.7.2 Windows 7 Ultimate (Windows-7-6.1.7601-SP1)
3.2.1 Windows 7 Ultimate (Windows-7-6.1.7601-SP1)

Note

Quirks in certain Aglyph features and/or Python variants may prevent all test fixtures from being executed on all variants.

For example, Jython and PyPy do not appear to respect the globals argument to the built-in eval() function, and so the test fixtures that test the Aglyph restricted “__builtins__” for eval are skipped in these variants.

Please refer to the source comments in the test modules for details.

Table Of Contents

Previous topic

Aglyph cookbook

This Page