github.com/kaptinlin/jsonschema@v0.4.6/tests/defs_test.go (about) 1 package tests 2 3 import ( 4 "testing" 5 ) 6 7 // TestDefsForTestSuite executes the defs validation tests for Schema Test Suite. 8 func TestDefsForTestSuite(t *testing.T) { 9 testJSONSchemaTestSuiteWithFilePath(t, "../testdata/JSON-Schema-Test-Suite/tests/draft2020-12/defs.json") 10 }