diff --git a/Getting-started.md b/Getting-started.md index e880ffe..626affc 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -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/ \ No newline at end of file +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/.py +To run all tests use: +pytest tests/ \ No newline at end of file