Remove unused single test script

This commit is contained in:
Ben Thorner
2021-02-17 17:15:22 +00:00
parent 5ad821428b
commit dc6fb1d1f2

View File

@@ -1,4 +0,0 @@
#!/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 $@