summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-10 11:57:21 -0400
committerpommicket <pommicket@gmail.com>2025-09-10 11:58:01 -0400
commitf3cc109b06a7599bc125240dd55f8639582eea4e (patch)
tree4ace5fa8cc4c4c9b8998941175b9dbc24a3c4fbd /tests
parent18fc4f7c6e758118efff186fa09507c162732c59 (diff)
Remove schemas, add unread_keys.
I think that is all a schema was really needed for in the end, since you can just check the types of things when you are getting them.
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md2
-rw-r--r--tests/schema/README.md0
-rw-r--r--tests/schema_errors/README.md0
3 files changed, 0 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md
index c4f3532..82c3eb3 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -7,5 +7,3 @@ They are described below:
- [`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/README.md b/tests/schema/README.md
deleted file mode 100644
index e69de29..0000000
--- a/tests/schema/README.md
+++ /dev/null
diff --git a/tests/schema_errors/README.md b/tests/schema_errors/README.md
deleted file mode 100644
index e69de29..0000000
--- a/tests/schema_errors/README.md
+++ /dev/null