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
* Remove dependency on gin from tests
Since tests only test parsing of go source and swaggo special comments,
an advanced router is not really necessary
* Clean up modules
* Add inner package to testdata/nested2
Since testdata/nested doesn't point to outside packages anymore, this
caused nested parsing test to skip exercising one if-branch. Add more
nesting to nested2 to regain that.
* Refactor Parser.checkOperationIDUniqueness
Remove duplication in code that checks for duplicate operation ids
* Better duplicate id detection test coverage
Also exercise rest of HTTP methods when testing for duplicate @id
detection
0 commit comments