mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Detail unit testing workflow
Include the information about testing that is found in `Makefile` comments of the testing targets
This commit is contained in:
		@@ -325,12 +325,13 @@ Three basic commands let you run unit, integration and/or e2e tests:
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
cd kubernetes
 | 
			
		||||
make test  # Run unit tests
 | 
			
		||||
make test # Run every unit test
 | 
			
		||||
make test WHAT=pkg/util/cache GOFLAGS=-v # Run tests of a package verbosely
 | 
			
		||||
make test-integration # Run integration tests, requires etcd
 | 
			
		||||
go run hack/e2e.go -v --build --up --test --down  # Run e2e tests
 | 
			
		||||
make test-e2e # Run e2e tests
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
See the [testing guide](testing.md) for additional information and scenarios.
 | 
			
		||||
See the [testing guide](testing.md) and [end-to-end tests](e2e-tests.md) for additional information and scenarios.
 | 
			
		||||
 | 
			
		||||
## Regenerating the CLI documentation
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user