Create UTs for Registry APIView 81/16481/1
authorVictor Morales <victor.morales@intel.com>
Thu, 28 Sep 2017 17:50:03 +0000 (10:50 -0700)
committerVictor Morales <victor.morales@intel.com>
Thu, 28 Sep 2017 17:50:03 +0000 (10:50 -0700)
commit5952573e01f2681c45402bde24d3e1ab67d944b5
tree5de8ad29df8077d7535031d696a8fd40dd95c931
parent0aa903c0dc422a8660cfe64616a4d191318816e6
Create UTs for Registry APIView

This change creates unit tests for the Registry APIView class
and refactors its code to simplify it and reuse some functionality

Change-Id: I33a01e750e80d4acbae12bbd873484bbb423f1cf
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: MULTICLOUD-83
newton/newton/pub/tests/test_extsys.py
newton/newton/registration/tests/__init__.py [new file with mode: 0644]
newton/newton/registration/tests/test_registration.py [new file with mode: 0644]
newton/newton/registration/views/registration.py
newton/newton/requests/tests/test_base.py
newton/newton/requests/tests/test_server.py