python-zulip-api/tools/test-main.ps1

8 lines
261 B
PowerShell

Set-StrictMode -Version Latest
$ErrorActionPreference = "Stop"
python tools\test-bots "$args" --coverage
python tools\test-botserver "$args" --coverage combine
python tools\test-zulip "$args" --coverage combine
python tools\test-lib "$args" --coverage combine