qascade / dcr

A PoC framework to orchestrate interoperable Differentially Private Data Clean Room Services using Intel SGX hardware as root of trust.
GNU Affero General Public License v3.0
19 stars 16 forks source link

test: Make test checks strict. #35

Open qascade opened 1 year ago

qascade commented 1 year ago

Description

The tests I have written in this project are not strictly checking (just printing) the contents of the results that are coming as output after running the tests. I want to make the tests more strict. All the file results are to be hashed and matched. All the maps/struct results are to be sorted and Deeply matched.

qascade commented 1 year ago

One strategy is to get tests improved parallelly along with other issues and keep a track of them here.