mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-25 02:19:45 -04:00
Use celery to send the email verification code.
This commit is contained in:
4
scripts/run_single_test.sh
Executable file
4
scripts/run_single_test.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user