Common functions useful for tests.
In this crate you can find some functions I use frequently at my tests.
Filesystem utilities. They are useful to prepare folders and files for your tests. Includes next modules:
Cryptographic functions for your tests. Here you can find hashing functions to check file contents.
Functions to create temporal folder and files.
Functions for file operations (copy, delete, etc).
Utilities to generate random content for your tests. Includes next modules:
Functions to create random strings.
Utilities to deal with your hot operating system. Includes next modules:
Functions to manipulate environment variables.