chore: initialize project repository
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
Write-Host "Python:"
|
||||
python --version
|
||||
Write-Host "Pip check:"
|
||||
python -m pip check
|
||||
Write-Host "Required tools:"
|
||||
python -m pytest --version
|
||||
python -m ruff --version
|
||||
python -m mypy --version
|
||||
python -m alembic --version
|
||||
Write-Host "Environment checks completed. External service connectivity is checked by the integration test profile."
|
||||
Reference in New Issue
Block a user