-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
External solver support in e2e tests (#2515)
# Description A new function `start_protocol_external_solver` is created which allows e2e tests to easily setup the protocol with an external solver that uses the new solver API. # Changes - Add a `start_protocol_external_solver` function - Add a `run_baseline` flag to the `start_protocol` functions that use external solvers, which if set to true will also run a baseline solver alongside the external solver. ## How to test - CI will run, but as I'm not a contributor, forked tests can't run until merge. I've run them locally and they pass. - Enso CI tests run and pass against this commit hash. --------- Co-authored-by: Haris Angelidakis <64154020+harisang@users.noreply.github.com> Co-authored-by: Martin Beckmann <martin.beckmann@protonmail.com>
- Loading branch information
1 parent
9e1eb58
commit 36ceefc
Showing
1 changed file
with
48 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters