Metadata-Version: 2.1
Name: test_common
Version: 1.2.1.post2
Summary: Common functions useful for tests.
Home-page: https://github.com/dante-signal31/test_common_python
Author: Dante Signal31
Author-email: dante.signal31@gmail.com
License: BSD-3
Download-URL: https://pypi.org/project/test-common/
Keywords: test
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: System
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Travis (.org)](https://img.shields.io/travis/dante-signal31/test_common_python)](https://travis-ci.com/dante-signal31/test_common_python)
![Codecov](https://img.shields.io/codecov/c/github/dante-signal31/test_common_python)
[![GitHub issues](https://img.shields.io/github/issues/dante-signal31/test_common_python)](https://github.com/dante-signal31/test_common_python/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/dante-signal31/test_common_python)](https://github.com/dante-signal31/test_common_python/commits/master)
# test_common
Common functions useful for tests.
____

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

## Modules list
### benchmark
Package with modules to measure apps performance.
###### timing
Functions to take time related features. 
### fs 
Package with 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.
###### ops
Functions for file operations (copy, delete, etc).
### random 
Utilities to generate random content for your tests. Includes next modules:
###### crypto
Functions to create random strings.
### system
Utilities to deal with your hot operating system. Includes next modules:
###### env
Functions to manipulate environment variables
###### output
Tools to capture outputs.

