Skip to main content

Module python_run

Module python_run 

Source
Expand description

Public Python coverage run lifecycle.

The project runs in place with its own interpreter, environment and test command. Supercov prepares the complete obligation manifest and probe plan from source, materialises its stdlib-only runtime under .supercov/, points the interpreter at it through environment variables, supervises the user’s command unchanged, and publishes the joined evidence.

Structs§

DirectPythonRunRequest
DirectPythonRunResult

Functions§

current_python_integrity
The fingerprint a later query compares against the stored run: the same discovery and inputs the run used, without preparing a plan.
run_direct_python