Skip to content

climate_ref.cli.test_cases #

Test management commands for diagnostic development.

These commands are intended for diagnostic and require a source checkout of the project with test data directories available.

The command group is split across modules by concern:

  • :mod:~climate_ref.cli.test_cases.discovery -- fetch / list
  • :mod:~climate_ref.cli.test_cases.run -- run
  • :mod:~climate_ref.cli.test_cases.baselines -- replay / mint / build
  • :mod:~climate_ref.cli.test_cases.store -- sync / check-store
  • :mod:~climate_ref.cli.test_cases.ci_gate -- ci-gate
  • :mod:~climate_ref.cli.test_cases.migrate -- migrate-manifests

sub-packages#

Sub-package Description
_app The Typer application backing the ref test-cases command group.
_catalog Catalog construction helpers shared by the fetch and run commands.
_common Helpers shared across several ref test-cases commands.
_stages Composable stages behind the ref test-cases verbs.
baselines The native-baseline lifecycle verbs: replay, mint and build.
ci_gate ref test-cases ci-gate.
discovery ref test-cases fetch and ref test-cases list.
migrate ref test-cases migrate-manifests.
run ref test-cases run.
store Native-store commands: ref test-cases sync and ref test-cases check-store.