python-zulip-api/tools/test-main

9 lines
187 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -ev
tools/test-bots "$@" --coverage
tools/test-botserver "$@" --coverage combine
tools/test-zulip "$@" --coverage combine
tools/test-lib "$@" --coverage combine