test_common 1.0.0

Just an utility library with functionality I usually use in my unit tests and integration tests.
Documentation

test_common

Common functions useful for tests.


In this crate you can find some functions I use frequently at my tests.

Modules list

fs

Filesystem utilities. They are useful to prepare folders and files for your tests.

crypto

Cryptographic functions for your tests. Here you can find hashing functions to check file contents.

tmp

Functions to create temporal folder and files.

ops

Functions for file operations (copy, delete, etc).