Metadata-Version: 2.1
Name: test-common
Version: 1.0.0.post8
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://github.com/dante-signal31/coko/releases
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](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?token=938fb840-728d-4134-9419-ea0114bfc81a)
[![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).

