Test coverage for v3 model is now at 100%

This should be very easy to duplicate to 2.0 and 3.1, now extraction code needs testing.

Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
Dave Shanley
2022-08-27 12:48:58 -04:00
parent c34c4f668c
commit 51e1f62b04
19 changed files with 634 additions and 669 deletions

View File

@@ -3,5 +3,5 @@ package main
import "github.com/pb33f/libopenapi/utils"
func main() {
utils.BuildPath("nope", []string{"one"})
utils.BuildPath("nope", []string{"one"})
}