add list command

This commit is contained in:
2026-09-25 19:19:34 +02:00
parent d4c78cc29d
commit de223ca303
8 changed files with 49 additions and 12 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ def test_schema_entrypoint() -> None:
dbyaml_fn = dbyaml_ep.load()
schema = dbyaml_fn()
assert schema == dbyaml_fn("dbyaml")
print(schema["properties"])
assert schema == dbyaml_fn()
assert schema["type"] == "object"
assert schema["properties"]["verbose"]["type"] == "boolean"
assert schema["properties"]["list"]["type"] == "object"