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 -- 1 file changed, 2 deletions(-) (limited to 'tests/README.md') 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 -- cgit v1.2.3