mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
| .. | ||
| README.md | ||
Package artifact smoke checks
The package artifact smoke checks create temporary projects instead of storing
sample projects in this directory. Run the checks from ktx/:
pnpm run artifacts:check
The npm smoke project installs the generated public @kaelio/ktx tarball,
imports the package entry point, and runs installed ktx commands against a
generated local project.
The managed Python runtime smoke isolates KTX_RUNTIME_ROOT, verifies
ktx runtime status, runs ktx sl query --yes to install the core runtime from
the bundled wheel, checks ktx runtime doctor, starts and reuses the managed
daemon, and stops it.
The Python smoke project still installs the Python artifacts directly because it verifies the standalone Python distributions that feed the bundled runtime wheel.