add list command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user