diff options
author | pommicket <pommicket@gmail.com> | 2025-09-09 01:31:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-09 01:31:51 -0400 |
commit | 5a7dfb9619381d8bd34c7f6109cf9a5d38c4e06c (patch) | |
tree | 12408435ae12f3b32fe8222d8a0f1bde6cf98395 | |
parent | e84ee6bf1541ead7051c8b2aed95a206a3db9320 (diff) |
Better tests formatting, add schema_errors directory
-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 |