aboutsummaryrefslogtreecommitdiffstats
path: root/api/utils/common.py
AgeCommit message (Expand)AuthorFilesLines
2017-04-01Yardstick virtualenv supportchenjiankun1-1/+1
2017-02-08pylint fixes: remove redundant parens, fix comparison orderRoss Brattain1-1/+1
2017-01-12Add support for Python 3Ross Brattain1-8/+10
2016-12-28Record test case names when run a task using APIchenjiankun1-2/+2
2016-11-30Use flask jsonify method to return json resultchenjiankun1-3/+4
2016-11-29Bugfix: dict don't have startwith method error when use API to run test casechenjiankun1-1/+1
2016-11-24Create API to get test case resultchenjiankun1-1/+30
2016-11-21Create API to run test caseschenjiankun1-0/+41