diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.md | 2 | ||||
-rw-r--r-- | tests/schema/README.md | 0 | ||||
-rw-r--r-- | tests/schema_errors/README.md | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md index c4f3532..82c3eb3 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,5 +7,3 @@ They are described below: - [`location/`](location/README.md) — for testing that definition location of keys is correctly determined - [`errors/`](errors/README.md) — for testing that error conditions are detected and gracefully handled - [`interpretation/`](interpretation/README.md) — for testing that numbers, booleans, and lists are parsed correctly -- [`schema/`](schema/README.md) — for testing that schemas are implemented correctly -- [`schema_errors/`](schema_errors.md) — for testing that schema errors are detected and gracefully handled diff --git a/tests/schema/README.md b/tests/schema/README.md deleted file mode 100644 index e69de29..0000000 --- a/tests/schema/README.md +++ /dev/null diff --git a/tests/schema_errors/README.md b/tests/schema_errors/README.md deleted file mode 100644 index e69de29..0000000 --- a/tests/schema_errors/README.md +++ /dev/null |