summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the project services work in v4rework_apiGauvain Pocentek2017-08-041-7/+8
|
* Restore the prvious listing behaviorGauvain Pocentek2017-08-041-8/+7
| | | | | | | Return lists by default : this makes the explicit use of pagination work again. Use generators only when `as_list` is explicitly set to `False`.
* functional tests for v4Gauvain Pocentek2017-08-041-0/+341
Update the python tests for v4, and fix the problems raised when running those tests.