There are a number of Unit tests in the codebase which appear to have been abandoned #4482
Unanswered
kieron-guinamard-privitar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I've noticed a number of unit tests in the FATE codebase have compile errors, in particular they reference a ComputingType enum that has been refactored to ComputingEngine. Even when updated many tests have other errors (e.g. calling non-existent session creation methods).
Question: should we expect unit tests to work?
We're experimenting with privacy attacks and mitigations on some of the models and protocols and and want to ensure that we're not creating bugs.
Is there a list of the tests that should be run when changes are made to the framework?
Beta Was this translation helpful? Give feedback.
All reactions