Skip to content

[Test]: Create parameterized CLI integration tests for UAT Personas #22

Description

@ElliotSun

Description:
To ensure the system remains stable for various user personas (Data Steward, Data Engineer, Graph Engineer, DataOps Admin), we need high-level integration tests that simulate the exact CLI commands they run.

Suggested Fix:
Create a new test file tests/integration/test_uat_personas.py. Implement tests using Python's subprocess or click.testing (if CLI framework supports it) to run:

  1. contracthub import followed by contracthub merge (Data Steward governance test).
  2. contracthub plan and contracthub export-ge (Data Engineer CI test).
  3. Graph generation with multi-FK junctions (Graph Engineer).
  4. JSON export with is_pii: true columns (DataOps Admin sovereignty check).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions