This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Unify integration test functions of each circuit #1099
Labels
CI
Issues related to the Continuous Integration mechanisms of the repository.
T-refactor
Type: cleanup/refactor
Since all circuits now implement the
SubCircuit
trait, we can unify the integration tests so that they all reuse the same function which callsnew_from_block
andinstances
. This will also allow to test the correct behavior of theinstances
method.Note that the
SuperCircuit
doesn't implementSubCircuit
but we can easily add it in order to achieve this unification.This should help avoiding these kind of issues in the future:
The text was updated successfully, but these errors were encountered: