Files
notifications-api/scripts/run_single_test.sh
2016-02-18 09:52:27 +00:00

4 lines
173 B
Bash
Executable File

#!/bin/bash
# run a single unit test, pass in the unit test name for example: tests/app/service/test_rest.py::test_get_template_list
source environment_test.sh
py.test -s $1