OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
502 stars 139 forks source link

Add documentation for Testing Framework #75

Open chinmayshah99 opened 4 years ago

chinmayshah99 commented 4 years ago

We are using pytest for testing and tox to automate this process.

While we have set-up the scripts, we need to add documentation on how to write Unit Tests as well as establish standards to write these tests.

NileshPant1999 commented 4 years ago

I am working on it