From dde20e1c838a757df7bdd5455b5cbb1b89af2cf0 Mon Sep 17 00:00:00 2001 From: abigailgold <57357634+abigailgold@users.noreply.github.com> Date: Tue, 29 Mar 2022 17:00:10 +0300 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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