Test Full banner
NVIDIA NVIDIA

Test Full

Testing community

Description

Run the full test suite across all tox environments with coverage enabled. This requires all optional extras to be available. tox handles syncing each environment's extras automatically via `uv sync`. ```bash make pytest-full ``` After the run completes, print a coverage summary: ```bash make coverage ``` Report overall pass/fail counts and the final coverage percentage. Flag any modules below the 90% coverage threshold.

Installation

Installs to ~/.claude/commands/nvidia-earth2studio-test-full.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/NVIDIA/earth2studio/HEAD/.claude/commands/test-full.md -o ~/.claude/commands/nvidia-earth2studio-test-full.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository