Metadata-Version: 2.1
Name: geci_test_tools
Version: 0.1.2
Summary: A module to run tests
Home-page: https://github.com/IslasGECI/test_tools
Author: Ciencia de Datos • GECI
Author-email: ciencia.datos@islas.org.mx
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)

<a href="https://www.islas.org.mx/"><img src="https://www.islas.org.mx/img/logo.svg" align="right" width="256" /></a>
# Test tools
[![codecov](https://codecov.io/gh/IslasGECI/test_tools/graph/badge.svg?token=v0yYwY2WjO)](https://codecov.io/gh/IslasGECI/test_tools)
![licencia](https://img.shields.io/github/license/IslasGECI/test_tools)
![languages](https://img.shields.io/github/languages/top/IslasGECI/test_tools)
![commits](https://img.shields.io/github/commit-activity/y/IslasGECI/test_tools)
![PyPI - Version](https://img.shields.io/pypi/v/test_tools)

## Install
```
pip install geci_test_tools
```

### Functions
- `if_exist_remove()`
- `calculate_hash()`
- `assert_not_exist()`
- `assert_exist()`
