Skip to content

test: add coverage for dremio describe output shape #26

Description

@sandhyasun

Pre-existing gap — no tests exercise dremio describe <command> or validate COMMAND_SCHEMAS structure in introspect.py.

As COMMAND_SCHEMAS grows (e.g., space.* entries added in PR #24), there is no automated check that each entry has required fields (group, command, description, mechanism, parameters) or that dremio describe <key> returns valid JSON matching the schema shape.

Suggested scope:

  • Unit test that every key in COMMAND_SCHEMAS has the required top-level fields
  • Smoke test that dremio describe space.create, dremio describe folder.list, etc. return valid dicts

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions