Skip to content
  • Jaime Nuche's avatar
    bdd: rearrange K8s mocks to increase the code surface under test · 3f8980fd
    Jaime Nuche authored
    Replace the mocks for our backend clients with wrappers around the
    Helm and Kubernetes library clients. This increases the amount of
    production code that is being tested by the BDD tests.
    
    The only code now being mocked during tests lives in the two new
    wrappers: `KubeClientWrapper` and `HelmClientWrapper`
    
    Bug: T370039
    3f8980fd