provide-testkit
2025-11-06
Add script assertion and fixture modules for process testing
11 files · 1,462+ · 12-
Script testing modules
3 files changed
script_assertions.pyAssertion helpers for script output validationscript_fixtures.pyPytest fixtures for script execution testingfixtures.pyUpdated process fixtures integration
- Added script assertion and script fixture modules for CLI and subprocess testing workflows
instantiate
behavioral
2 files
script_assertions.pyscript_fixtures.py
Environment setup scripts and docs
3 files changed
env.shShell environment setup scriptenv.ps1PowerShell environment setup scriptREADME.mdUpdated README with new features
- Added shell and PowerShell environment setup scripts for development
instantiate
internal
2 files
env.shenv.ps1