Running Windows Unit tests for Kubernetes on Windows

added by DotNetKicks
11/2/2021 3:57:48 PM

289 Views

Most of the kubernetes build tooling doesn't work on Windows but we do have unit tests written for Windows components. These unit tests must run on a Windows machine. So how do you run them if the build tooling doesn't work? From a Windows machine you can manually run them: go test .


0 comments