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