Add Tests for DIREGAPIC Enums #433
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
We are generating the new Enum classes for Compute, but we should also generate at least one test per service which ensures that these Enum classes look like we expect. For example, something like this:
This provides a sanity check that the Enum classes do not contain any syntax errors. As the existing tests are only for
InstanceClient
classes, and the enum classes do not map toInstanceClient
classes (as far as I know), the easiest way to implement these tests is to create anEnum
test class for all of them.The text was updated successfully, but these errors were encountered: