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

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