Categorygithub.com/absfs/fstesting
modulepackage
0.0.0-20180810212821-8b575cdeb80d
Repository: https://github.com/absfs/fstesting.git
Documentation: pkg.go.dev

# README

fstesting - File System testing suite

fstesting is a go package for testing filesystem implementations, in particular file systems that implement the absfs.FileSystem interface.

fstesting is in early development. More to come.

absfs

Check out the absfs repo for more information about the abstract filesystem interface and features like filesystem composition

LICENSE

This project is governed by the MIT License. See LICENSE

# Functions

GenerateTestcases runs all tests on the `os` package to establish baseline results that can be used to test that `absfs` FileSystems are consistent with native file system support.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FsTestDir Creates a timestamped folder for filesystem testing, and changes directory to it.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author