module documentation

Tests for twisted.python.modules, abstract access to imported or importable objects.

Class BasicTests No class docstring; 12/12 methods documented
Class PathModificationTests These tests share setup/cleanup behavior of creating a dummy package and stuffing some code in it.
Class PythonPathTests Tests for the class which provides the implementation for all of the public API of twisted.python.modules, PythonPath.
Class RebindingTests These tests verify that the default path interrogation API works properly even when sys.path has been rebound to a different object.
Class TwistedModulesTestCase Base class for modules test cases.
Class ZipPathModificationTests Undocumented