This PR introduces a test for SpongeAPI that test a full use of the API with multiple CS, TestShapeCS & TestConstraintSystem. The test is introduced to tackle some breaking changes that happened after https://github.com/lurk-lab/bellpepper/pull/88.
This PR will need https://github.com/lurk-lab/bellpepper/pull/91 to be merged in bellpepper before it can work. It will be needed to either depend on the dev branch or on a later release of bellpepper.
Goal
This PR introduces a test for
SpongeAPI
that test a full use of the API with multiple CS,TestShapeCS
&TestConstraintSystem
. The test is introduced to tackle some breaking changes that happened after https://github.com/lurk-lab/bellpepper/pull/88.This PR will need https://github.com/lurk-lab/bellpepper/pull/91 to be merged in
bellpepper
before it can work. It will be needed to either depend on thedev
branch or on a later release ofbellpepper
.