Files
notifications-api/scripts/run_single_test.sh

5 lines
174 B
Bash
Raw Normal View History

#!/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
2016-06-02 15:58:15 +01:00
py.test -s $@