From 5a7dfb9619381d8bd34c7f6109cf9a5d38c4e06c Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 9 Sep 2025 01:31:51 -0400 Subject: Better tests formatting, add schema_errors directory --- tests/README.md | 11 ++++++----- tests/schema_errors/README.md | 0 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 tests/schema_errors/README.md 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 -- cgit v1.2.3