mostr-zulip-bot/tools/test-main.ps1

7 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