python-zulip-api/tools/test-main
neiljp (Neil Pilgrim) 2895853938 test-main: Pass command-line arguments to each script.
This allows use of:
  -p : Run all tests with pytest
  -v : Additionally run pytest results in verbose mode
2018-06-28 14:55:23 -04:00

9 lines
187 B
Bash
Executable file

#!/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