-
Notifications
You must be signed in to change notification settings - Fork 40
Getting started
abigailgold edited this page Mar 29, 2022
·
3 revisions
pip install ai-privacy-toolkit
git clone https://github.com/IBM/ai-privacy-toolkit
https://ai-privacy-toolkit.readthedocs.io/en/latest/
Tests are available when downloading/cloning the repo from github (not when installing using pip). Each file within the tests/ directory is a pytest compatible unit test, and can be run using the command: pytest tests/<file_name>.py To run all tests use: pytest tests/