Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 830 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 830 Bytes

Chaos Toolkit Addons

This project provides a set of commnly requested actions, probes, tolerances or controls that can benefit the community.

Install

This package requires Python 3.8+

To be used from your experiment, this package must be installed in the Python environment where chaostoolkit already lives.

$ pip install chaostoolkit-addons

Develop

Test

To run the tests for the project execute the following:

$ pytest

Contribute

If you wish to contribute more functions to this package, you are more than welcome to do so. Please, fork this project, make your changes following the usual PEP 8 code style, sprinkling with tests and submit a PR for review.