minidir

Minimal directory interface and some implementations


Keywords
directory, fake, filesystem, testing, python
License
MIT
Install
pip install minidir==0.1.1

Documentation

minidir: Minimal directory interface and implementation

The minimal interface for directories and files and two implementations: in-memory and real file system versions.

Development

Local (editable) installation is required before running tests.

pip install -e .