mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-14 15:25:12 +02:00
Updated Getting started (markdown)
parent
a7e6073827
commit
dde20e1c83
1 changed files with 8 additions and 1 deletions
|
|
@ -6,4 +6,11 @@ pip install ai-privacy-toolkit
|
|||
git clone https://github.com/IBM/ai-privacy-toolkit
|
||||
|
||||
# Official ai-privacy-toolkit documentation:
|
||||
https://ai-privacy-toolkit.readthedocs.io/en/latest/
|
||||
https://ai-privacy-toolkit.readthedocs.io/en/latest/
|
||||
|
||||
# Running tests
|
||||
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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue