github.com/kaptinlin/jsonschema@v0.4.6/tests/patternProperties_test.go (about)

     1  package tests
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  // TestPatternPropertiesForTestSuite executes the patternProperties validation tests for Schema Test Suite.
     8  func TestPatternPropertiesForTestSuite(t *testing.T) {
     9  	testJSONSchemaTestSuiteWithFilePath(t, "../testdata/JSON-Schema-Test-Suite/tests/draft2020-12/patternProperties.json")
    10  }