h4. What - Impl test to cover the Mobile Security Service APP CR/CRD Regards:https://github.com/aerogear/mobile-security-service-operator/tree/master/deploy/crds - Unit tests to ensure the values in the yaml files for the Specs which are not optional - Unit tests to ensure its controller/reconcile impl
h4. Why * Not allow it to break with future changes * Following best practices * Ensure the quality of the project
h4. Tests to be added: * (/) controller.go ** (/) create() & buildFactory() methods ** ( x / ) Reconcile() * (/) additional coverage in package ** (/) validations.go ** (/) status.go |
|