Actions
Task #4987
closedFeature #5259: [Tests] Reduce dependency on integration tests
Refactor Python tests to use fewer servers as able
Description
Many of our Python tests were written there was a lot more global stateāa single API client, a single Keep client, etc. Now that you can instantiate these directly, with more control over the process, it should be possible to adjust the tests to avoid the need for a server at all, by using fake data, mocks, etc.
Actions