Auditree framework documentation¶
Tool to run compliance control checks as unit tests.
Installation¶
For users¶
The framework is uploaded to pypi. You can install it via:
$ pip install auditree-framework
See the Quick Start section for a brief introduction to the tool usage. Also, see Running on Travis section for getting information about how to automate the execution in Travis.
For developers¶
$ git clone git@github.com:ComplianceAsCode/auditree-framework.git
$ cd auditree-framework
$ python3 -m venv venv
$ . venv/bin/activate
$ make install && make develop