Test frameworks for testing kubernetes
This was created as a result of kubernetes/community#1524
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
.