From f63e631a8e110c7b0a54b8b55516ad3c2d75b626 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 22:03:14 -0400 Subject: Add more tests --- tests/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/README.md') diff --git a/tests/README.md b/tests/README.md index e69de29..414a46c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -0,0 +1,10 @@ +# Tests for POM + +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 -- cgit v1.2.3