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 Mar 20, 2023. It is now read-only.
We have parser.raml_test.go which contains integration tests but as we want to go unit tests, we have to move all the cases to the parser/transformer/raml_rest.go and afterwards re-think if it makes sense to have unit tests for the parser since it is as wrapper over the third-party parsers.
We have parser.raml_test.go which contains integration tests but as we want to go unit tests, we have to move all the cases to the parser/transformer/raml_rest.go and afterwards re-think if it makes sense to have unit tests for the parser since it is as wrapper over the third-party parsers.