Metadata-Version: 2.1
Name: test-common
Version: 1.0.0.post5
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

# test_common
Common functions useful for tests.
____

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

## Modules list
### benchmark
Utilities to measure apps performance.
###### Timing
Functions to take time related features. 
### 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.
###### ops
Functions for file operations (copy, delete, etc).

