diff options
-rw-r--r-- | tests/README.md | 11 | ||||
-rw-r--r-- | tests/schema_errors/README.md | 0 |
2 files changed, 6 insertions, 5 deletions
diff --git a/tests/README.md b/tests/README.md index 414a46c..c4f3532 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,8 +3,9 @@ Each subdirectory of this directory contains a type of test for POM parsers. They are described below: -- `parsing/` — for testing that key-value pairs are correct -- `location/` — for testing that definition location of keys is correctly determined -- `errors/` — for testing that error conditions are detected and gracefully handled -- `interpretation/` — for testing that numbers, booleans, and lists are parsed correctly -- `schema/` — for testing that schemas are implemented correctly +- [`parsing/`](parsing/README.md) — for testing that key-value pairs are correct +- [`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_errors/README.md b/tests/schema_errors/README.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/schema_errors/README.md |