short
short copied to clipboard
Tests for Pods
Two kinds of tests are needed
- [x] Functional tests with a test suite with at least 50 examples that reads flavors of kubernetes pods and then outputs the shorthand form, and then verifies that the shorthand form is correct
- [x] Functional tests with a test suite with at least 50 examples that reads flavors of shorthand pods and then outputs the kubernetes form, and then verifies that the kubernetes form is correct
- [ ] Unit tests for all of the pod conversion functions (k8s -> koki & koki -> k8s)