# Functions
TestFS tests a file system implementation.
# Type aliases
A MapFS is a simple in-memory file system for use in tests, represented as a map from path names (arguments to Open) to information about the files or directories they represent.