Currently the only tests for Cloud Foundry are integration tests that need to be run manually. They are ok when changes are done in Cloud Foundry specific code, but other refactors may overlook issues introduced there.
Having an integration test scenario with a real environment is expensive and time consuming, it'd be good to have tests that can be run locally and in CI without requiring a whole environment.
An approximation to this can be with the use of mocks, as other projects do.
Follow up of #28277.
Currently the only tests for Cloud Foundry are integration tests that need to be run manually. They are ok when changes are done in Cloud Foundry specific code, but other refactors may overlook issues introduced there.
Having an integration test scenario with a real environment is expensive and time consuming, it'd be good to have tests that can be run locally and in CI without requiring a whole environment.
An approximation to this can be with the use of mocks, as other projects do.
Follow up of #28277.