Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veepee-oss/quality-toolkit


https://github.com/veepee-oss/quality-toolkit

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Quality-Toolkit

Toolkit for the quality in order to help writing tests

## Contribution

Clone the project

```bash
git clone https://github.com/veepee-oss/quality-toolkit quality-toolkit
cd quality-toolkit
```

## Installation in local

```bash
make install
```

## Installation in a project

Edit the project's requirements.txt and add the line :

```txt
quality-toolkit
```

and finish by install the project dependencies :

```bash
pip3 install -r requirements.txt
```

## How to use the lib

See the list of available components :

* [docstring](docs/docstrings.md)