test_common 1.0.1

Just an utility library with functionality I usually use in my unit tests and integration tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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).