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
It would be nice to have a test that generalizes and simplifies the did test, where given a particular directory structure of CDDL/valid CBOR/invalid CBOR it does validations and ensures they succeed/fail respectively.
Hardcoding bad file names, in particular, doesn't scale.
E.g. one could have files to validate that start with either "good-" or "bad-":
It would be nice to have a test that generalizes and simplifies the
did
test, where given a particular directory structure of CDDL/valid CBOR/invalid CBOR it does validations and ensures they succeed/fail respectively.Hardcoding bad file names, in particular, doesn't scale.
E.g. one could have files to validate that start with either "good-" or "bad-":
(Also it's unclear to me what
did
stands for?)The text was updated successfully, but these errors were encountered: