|
|
1 year ago | |
|---|---|---|
| .. | ||
| README.md | 1 year ago | |
| fpjson.schema.testutils.pp | 1 year ago | |
| testschema.lpi | 1 year ago | |
| testschema.lpr | 1 year ago | |
| utOfficialTests.pp | 1 year ago | |
| utSchema.pp | 1 year ago | |
| utSchemaPascalTypes.pas | 1 year ago | |
| utSchemaTypes.pp | 1 year ago | |
| utSchemaValidator.pp | 1 year ago | |
| utSchemaWriter.pp | 1 year ago | |
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