mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 01:02:09 -05:00
4 lines
173 B
Bash
4 lines
173 B
Bash
|
|
#!/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
|