-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We need to add setup and teardown functionality to our testing so that we can spin up a ray cluster run tests that require ray (e.g. validator tests) and then spin it down. This will fix code such as the MockSolver class as well as the ValidatorTests where there is now some ray remote calls outside of the POETManager.
This came up for the first time in #19 where we got around it by disabling one of the Validator tests.