tools: Add test-main equivalent for Powershell on Windows.

This commit is contained in:
Ganesh Pawar 2021-03-09 10:43:34 +05:30 committed by Tim Abbott
parent 68f811d4d8
commit 7b889a122b

7
tools/test-main.ps1 Normal file
View file

@ -0,0 +1,7 @@
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