You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
We should also have else statements after value = definition.spec(**value) and line 296, in the body of the else raise SpecValidationError, make sure we have coverage on those errors as well with self.assertRaises (and self.assertRaisesRegex if needed)
https://codecov.io/gh/intel/dffml/src/master/dffml/df/types.py#L289
We should also have
elsestatements aftervalue = definition.spec(**value)and line 296, in the body of the elseraise SpecValidationError, make sure we have coverage on those errors as well withself.assertRaises(andself.assertRaisesRegexif needed)