Update result_collection_api 48/1048/2
authorgrkoffi <koffirodrigue@gmail.com>
Tue, 25 Aug 2015 17:28:42 +0000 (19:28 +0200)
committergrkoffi <koffirodrigue@gmail.com>
Tue, 25 Aug 2015 17:29:33 +0000 (19:29 +0200)
commitdbe64a1878d70f92468c9c57f5f10b157549049f
tree63d95a5479094091a49702abedfed72e1aaaa1c6
parent8c2a0b79290833043f6bacb686134f38bdd6142b
Update result_collection_api

Fix lines length regarding pep8.
Add new handlers for cases and results and
HTTP methods to projects.

JIRA : RELENG-7

Change-Id: Idc7c0868384d29f28bccc78540edfb02ae1dfbaf
Signed-off-by: grkoffi <koffirodrigue@gmail.com>
utils/test/result_collection_api/common/__init__.py [new file with mode: 0644]
utils/test/result_collection_api/common/config.py [new file with mode: 0644]
utils/test/result_collection_api/common/constants.py [new file with mode: 0644]
utils/test/result_collection_api/resources/__init__.py [new file with mode: 0644]
utils/test/result_collection_api/resources/handlers.py [new file with mode: 0644]
utils/test/result_collection_api/resources/models.py [new file with mode: 0644]
utils/test/result_collection_api/result_collection_api.py [new file with mode: 0644]