Michaël Van Canneyt d84731a07e * Corrected tests 11 月之前
..
README.md 711e412cb7 * Explain how to run full tests 1 年之前
fpjson.schema.testutils.pp a65fff24e9 * JSON Schema 1 年之前
testschema.lpi cc0adf66d0 * Tests for code generation. Change type handling to create pascal type data for all data 11 月之前
testschema.lpr cc0adf66d0 * Tests for code generation. Change type handling to create pascal type data for all data 11 月之前
utOfficialTests.pp a65fff24e9 * JSON Schema 1 年之前
utSchema.pp a65fff24e9 * JSON Schema 1 年之前
utSchemaPascalTypes.pas d84731a07e * Corrected tests 11 月之前
utSchemaTypes.pp a65fff24e9 * JSON Schema 1 年之前
utSchemaValidator.pp a65fff24e9 * JSON Schema 1 年之前
utSchemaWriter.pp a65fff24e9 * JSON Schema 1 年之前

README.md

JSON-Schema testsuite.

The default tests test all parts.

However, it is possible to extend the testsuite by pointing the binary to the test directory of the JSON-Schema.org testsuite.

You can obtain these by cloning the official testsuite:

https://github.com/json-schema-org/JSON-Schema-Test-Suite

git clone https://github.com/json-schema-org/JSON-Schema-Test-Suite.git

and then run the testsuite with the --test-dir argument:

./testschema --testdir=JSON-Schema-Test-Suite/tests/draft2020-12