module documentation

Test cases covering twisted.python.filepath.

Class AbstractFilePathTests Tests for IFilePath implementations.
Class BytesTestCase Override default method implementations to support byte paths.
Class ExplodingFile A file-alike which raises exceptions from its I/O methods and keeps track of whether it has been closed.
Class ExplodingFilePath A specialized FilePath which always returns an instance of ExplodingFile from its open method.
Class FakeWindowsPath A test version of FilePath which overrides listdir to raise WindowsError.
Class FilePathTests Test various FilePath path manipulations.
Class ListingCompatibilityTests These tests verify compatibility with legacy behavior of directory listing.
Class PermissionsTests Test Permissions and RWX classes
Class SetContentTests Tests for FilePath.setContent.
Class TrackingFilePath A subclass of filepath.FilePath which maintains a list of all other paths created by clonePath.
Class UnicodeFilePathTests FilePath instances should have the same internal representation as they were instantiated with.
Variable symlinkSkip Undocumented
symlinkSkip = (source)

Undocumented