We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f811d commit 7b889a1Copy full SHA for 7b889a1
tools/test-main.ps1
@@ -0,0 +1,7 @@
1
+Set-StrictMode -Version Latest
2
+$ErrorActionPreference = "Stop"
3
+
4
+python tools\test-bots "$args" --coverage
5
+python tools\test-botserver "$args" --coverage combine
6
+python tools\test-zulip "$args" --coverage combine
7
+python tools\test-lib "$args" --coverage combine
0 commit comments