diff options
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 2 |
1 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 |