aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/apiserver/resources/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2018-01-11Move tests: unit/apiserver/Emma Foley1-0/+0
* Fix pylint errors * Add TODOs Some errors are ignored locally, as they were a symptom of other problems. These issues have been flagged with a TODO, and should be fixed later. JIRA: YARDSTICK-837 Signed-off-by: Emma Foley <emma.l.foley@intel.com> Change-Id: I30d3f61e5ea479758f9a2f39cf415da18e49b9d6
2017-01-17Add unittest framework for Yardstick APIchenjiankun1-0/+0
JIRA: YARDSTICK-538 Currently it is hard to test API, So I add a base class as flask document do. In this framework I will mock a temp sqlite database and a server. Change-Id: If881233cb22655617c07ad018201b8ee08492d06 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>