Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

kubernetes-retired/testing_frameworks

Repository files navigation

Frameworks

Test frameworks for testing kubernetes

This was created as a result of kubernetes/community#1524

What lives here?

What is allowed to live here?

Any test framework for testing any part of kubernetes is welcome so long as we can avoid vendor loops.

Right now, the only things vendored into this repo are ginkgo and gomega. We would like to keep vendored libraries to a minimum in order to make it as easy as possible to import these frameworks into other kubernetes repos. Code in this repo should certainly never import k8s.io/kubernetes.