From f3cc109b06a7599bc125240dd55f8639582eea4e Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 10 Sep 2025 11:57:21 -0400 Subject: 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. --- tests/README.md | 2 -- tests/schema/README.md | 0 tests/schema_errors/README.md | 0 3 files changed, 2 deletions(-) delete mode 100644 tests/schema/README.md delete mode 100644 tests/schema_errors/README.md (limited to 'tests') 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 diff --git a/tests/schema_errors/README.md b/tests/schema_errors/README.md deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3