TestOps Commons for Python language.
- module name: testops-commons
- install lastest version from pypi:
python3 -m pip install testops-commons
- testops-config.json file will be read from the root of python project. File here is a sample for testing purpose.
- python >= 3.6
- install requirements:
python3 -m pip install -r requirements.txt
- install as local module:
python3 -m pip install setup.py