# testing_frameworks **Repository Path**: mirrors_kubernetes-sigs/testing_frameworks ## Basic Information - **Project Name**: testing_frameworks - **Description**: [EOL] test frameworks for testing kubernetes - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Frameworks Test frameworks for testing kubernetes This was created as a result of [kubernetes/community#1524](https://github.com/kubernetes/community/pull/1524) ## What lives here? - The [integration test framework](integration/) ## 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](https://github.com/onsi/ginkgo) and [gomega](https://github.com/onsi/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`.