Update the dynamic_search app API tests to conform with the new BaseAPITestCase class interface and

to include pass and fail test for each end point.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-02-16 13:09:13 -04:00
committed by Roberto Rosario
parent 4834b9d491
commit f53350a699
3 changed files with 164 additions and 83 deletions

View File

@@ -1,4 +1,5 @@
from __future__ import unicode_literals
TEST_ROLE_2_LABEL = 'test role 2'
TEST_ROLE_LABEL = 'test role'
TEST_ROLE_LABEL_EDITED = 'test role label edited'