This directory contains tests and testing docs for KFServing:
- Unit tests currently reside in the codebase alongside the code they test
- End-to-end tests:
- They are in
/test/e2e
- They are in
kfserving-controller-manager has a few integration tests which requires mock apiserver
and etcd, they get installed along with kubebuilder.
To run all unit tests:
make testTo run the e2e tests, you need to have a running environment that meets the e2e test environment requirements. (@TODO)