Updated tests for fetch notifications by id, not simply fetch all

This commit is contained in:
Martyn Inglis
2016-01-19 13:45:57 +00:00
parent d275ba83a2
commit 7b756567af
5 changed files with 14 additions and 15 deletions

View File

@@ -30,5 +30,5 @@ display_result $? 1 "Code style check"
#display_result $? 2 "Code coverage"
py.test -v
display_result $? 3 "Unit tests"
py.test -v tests/
display_result $? 3 "Unit tests"