Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-08 | pylint fixes: remove redundant parens, fix comparison order | Ross Brattain | 2 | -2/+2 |
2017-01-12 | Add support for Python 3 | Ross Brattain | 3 | -10/+15 |
2016-12-28 | Record test case names when run a task using API | chenjiankun | 3 | -42/+26 |
2016-11-30 | Use flask jsonify method to return json result | chenjiankun | 1 | -3/+4 |
2016-11-29 | Bugfix: dict don't have startwith method error when use API to run test case | chenjiankun | 1 | -1/+1 |
2016-11-24 | Create API to get test case result | chenjiankun | 3 | -1/+56 |
2016-11-22 | influx: use urlsplit.hostname instead of netloc | Ross Brattain | 1 | -1/+1 |
2016-11-21 | Create API to run test cases | chenjiankun | 4 | -0/+132 |