module documentation
Class BytesEnvironTests Tests for BytesEnviron.
Class CmpTests cmp should behave like the built-in Python 2 cmp.
Class Comparable Objects that can be compared to each other, but not others.
Class ComparableTests comparable decorated classes emulate Python 2's __cmp__ semantics.
Class CompatTests Various utility functions in twisted.python.compat provide same functionality as modern Python variants.
Class ExecfileCompatTests Tests for the Python 3-friendly execfile implementation.
Class GetAsyncParamTests Tests for twisted.python.compat._get_async_param
Class IOTypeTests Test cases for determining a file-like object's type.
Class NetworkStringTests Tests for networkString.
Class PYPYTest Identification of PyPy.
Class Python3BytesTests Tests for iterbytes, intToBytes, lazyByteSlice.
Class Python3ComparableTests Python 3-specific functionality of comparable.
Class ReraiseTests reraise re-raises exceptions on both Python 2 and Python 3.
Class StringTests Compatibility functions and types for strings.