summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 22:03:14 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 22:03:14 -0400
commitf63e631a8e110c7b0a54b8b55516ad3c2d75b626 (patch)
tree5e9199cfab18a330a31013ec2cdcef22f38dce17 /tests/README.md
parenta43c3e078f5b49be7e662b650f61d23aaf6aae9a (diff)
Add more tests
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md10
1 files changed, 10 insertions, 0 deletions
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