Rename test with duplicate name

This commit is contained in:
Rebecca Law
2017-01-27 15:21:59 +00:00
parent fba3332488
commit 4e4afc5d0b
3 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +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 $@
py.test $@