mdunsmuir / fs_test_helpers

Helpers for writing filesystem-related tests in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fs_test_helpers

Build Status

Some helpers (including some re-exports of other crates) for testing stuff that touches the filesystem.

Features

  • Assertions for files and directories like assert_exists, assert_file_has_contents, and so on.
  • fake module for quick-n-easy creation of directories and files.

About

Helpers for writing filesystem-related tests in Rust

License:MIT License


Languages

Language:Rust 100.0%